Skip to content

Commit 6305b4f

Browse files
committed
chore: lint
1 parent 8371497 commit 6305b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/repositories/LightningRepo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class LightningRepo @Inject constructor(
240240
}
241241

242242
/**Updates the shouldBlockLightning state and returns the current value*/
243-
private suspend fun updateGeoBlockState() : Boolean {
243+
private suspend fun updateGeoBlockState(): Boolean {
244244
val shouldBlock = coreService.shouldBlockLightning()
245245
_lightningState.update {
246246
it.copy(shouldBlockLightning = shouldBlock)

0 commit comments

Comments
 (0)