mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix linting
This commit is contained in:
parent
fe793798fa
commit
a4fa65b4fd
@ -40,7 +40,7 @@ class RetryTestRule(val retryCount: Int = 3) : TestRule {
|
|||||||
for (i in 0 until retryCount) {
|
for (i in 0 until retryCount) {
|
||||||
try {
|
try {
|
||||||
base.evaluate()
|
base.evaluate()
|
||||||
if(i > 0) {
|
if (i > 0) {
|
||||||
println("Retried test $i times")
|
println("Retried test $i times")
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user