Skip to content

Commit

Permalink
Fixed error with commits
Browse files Browse the repository at this point in the history
  • Loading branch information
alpdk committed Oct 21, 2024
1 parent 382f027 commit e87859a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,16 @@ import org.jetbrains.research.testspark.tools.ToolUtils
import org.jetbrains.research.testspark.tools.factories.TestCompilerFactory
import org.jetbrains.research.testspark.tools.llm.error.LLMErrorManager
import org.jetbrains.research.testspark.tools.llm.test.JUnitTestSuitePresenter
import java.awt.BorderLayout
import java.awt.Dimension
import java.awt.Toolkit
import java.awt.datatransfer.Clipboard
import java.awt.datatransfer.StringSelection
import java.util.Queue
import java.util.*
import javax.swing.*
import javax.swing.border.Border
import javax.swing.border.MatteBorder

import java.awt.BorderLayout
import javax.swing.*

class TestCasePanelBuilder(
private val project: Project,
private val language: SupportedLanguage,
Expand Down

0 comments on commit e87859a

Please sign in to comment.