Skip to content

Commit

Permalink
Fix formatting for ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
zkkv committed Oct 8, 2024
1 parent 8fdbb16 commit 9617711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ class TestCasePanelBuilder(

languageTextField.isEnabled = true
removedTestJLabel.isVisible = false

isRemoved = false

ReportUpdater.addTestCase(report, testCase, coverageVisualisationTabBuilder, generatedTestsTabData)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ class TopButtonsPanelBuilder {
.filter { !it.isRemoved() }
.count { it.getError()?.isEmpty() == true }

val nonRemovedTestsCount
= generatedTestsTabData.testCaseNameToPanel.size - generatedTestsTabData.testsRemoved
val nonRemovedTestsCount = generatedTestsTabData.testCaseNameToPanel.size - generatedTestsTabData.testsRemoved

testsSelectedLabel.text = String.format(
testsSelectedText,
Expand Down

0 comments on commit 9617711

Please sign in to comment.