Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-sts committed Apr 30, 2024
1 parent 456b85f commit 5c68a56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/kotlin/solve/TestUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import javafx.scene.input.MouseButton
import javafx.scene.input.MouseEvent
import javafx.scene.input.ScrollEvent
import javafx.scene.input.ScrollEvent.HorizontalTextScrollUnits
import org.junit.jupiter.api.Assertions.assertNull
import java.lang.ref.WeakReference

internal fun<T> testMemoryLeak(factory: () -> T, action: (T) -> Unit) {
/*val weakReference = WeakReference(factory())
Expand Down

0 comments on commit 5c68a56

Please sign in to comment.