mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +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…
Reference in a new issue