Skip to content

Commit b3bba14

Browse files
committed
Fix lint issues caused by whitespace
1 parent ecd76d8 commit b3bba14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appnav/src/test/kotlin/io/element/android/appnav/SyncOrchestratorTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class SyncOrchestratorTest {
263263

264264
// This will set the sync to stop
265265
appForegroundStateService.givenIsInForeground(false)
266-
266+
267267
// But if we reset it quickly before the stop sync takes place, the sync is not stopped
268268
advanceTimeBy(2.seconds)
269269
appForegroundStateService.givenIsInForeground(true)

0 commit comments

Comments
 (0)