Skip to content

Commit

Permalink
Fix Ruleset: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Apr 13, 2020
1 parent fa09d5a commit 5038a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_runner/src/test/kotlin/ftl/gc/UtilsKtTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class UtilsKtTest {
@Test
fun `setupTestTargets should setup uniformSharding`() {
// given
val expectedTestTargets = emptyList<String>()
val expectedTestTargets = emptyList<String>()
val args = mockk<AndroidArgs> {
every { disableSharding } returns false
every { numUniformShards } returns 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ class CreateTestExecutionDataKtTest {
// when
testExecutions.createTestExecutionDataListAsync()
}
}
}

0 comments on commit 5038a91

Please sign in to comment.