Skip to content

Commit

Permalink
style: Remove empty lines after block starts
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 21, 2024
1 parent 36444b9 commit f5bcf78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

allprojects {

group = "org.gradle.kotlin.dsl.samples.multiproject"

version = "1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import io.mockk.unmockkAll
import java.time.LocalDateTime

class FossIdNamingProviderTest : WordSpec() {

override suspend fun afterEach(testCase: TestCase, result: TestResult) {
unmockkAll()
}
Expand Down

0 comments on commit f5bcf78

Please sign in to comment.