Skip to content

Commit 693328e

Browse files
Spotless
1 parent 77f24ef commit 693328e

File tree

1 file changed

+1
-1
lines changed
  • stream-android-core/src/main/java/io/getstream/android/core/api/utils

1 file changed

+1
-1
lines changed

stream-android-core/src/main/java/io/getstream/android/core/api/utils/Algebra.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ public operator fun <T, R> Result<T>.times(other: Result<R>): Result<Pair<T, R>>
5757
other.isFailure -> return Result.failure(other.exceptionOrNull()!!)
5858
}
5959
return Result.success(this.getOrThrow() to other.getOrThrow())
60-
}
60+
}

0 commit comments

Comments
 (0)