Skip to content

Commit f6d0055

Browse files
committed
Detekt: Add empty line to the end of files
1 parent baebb0b commit f6d0055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/src/test/java/com/artemchep/bindin/BindInBlockTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ class BindInBlockTest : BindInTest() {
5050

5151
lifecycleRegistry.currentState = Lifecycle.State.RESUMED
5252
}
53-
}
53+
}

library/src/test/java/com/artemchep/bindin/BindInFlowTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ class BindInFlowTest : BindInTest() {
5252
}
5353

5454
private fun repeatFlow(n: Int) = flowOf(*(0 until n).toList().toTypedArray())
55-
}
55+
}

0 commit comments

Comments
 (0)