mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Fix linting
This commit is contained in:
parent
fe793798fa
commit
a4fa65b4fd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class RetryTestRule(val retryCount: Int = 3) : TestRule {
|
|||
for (i in 0 until retryCount) {
|
||||
try {
|
||||
base.evaluate()
|
||||
if(i > 0) {
|
||||
if (i > 0) {
|
||||
println("Retried test $i times")
|
||||
}
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue