Skip to content

Commit

Permalink
Detekt: Add empty line to the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed May 30, 2021
1 parent baebb0b commit f6d0055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ class BindInBlockTest : BindInTest() {

lifecycleRegistry.currentState = Lifecycle.State.RESUMED
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ class BindInFlowTest : BindInTest() {
}

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

0 comments on commit f6d0055

Please sign in to comment.