Skip to content

Commit 1be5d19

Browse files
committed
Fix line wrap
1 parent 7122ae9 commit 1be5d19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/com/github/ivanshafran/unit_tests_evolution/ShowRateUsLogic.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ class ShowRateUsLogic(
1313
}
1414

1515
fun shouldShowRateUs(): Boolean {
16-
val timeFromLastShown =
17-
time.getCurrentTimeMillis() - rateUsPreferences.getLastShownTimeMillis()
16+
val timeFromLastShown = time.getCurrentTimeMillis() - rateUsPreferences.getLastShownTimeMillis()
1817
return when {
1918
// User doesn't want to see "rate us" again
2019
rateUsPreferences.isNeverShownAgainClicked() -> false

0 commit comments

Comments
 (0)