Skip to content

Commit c4379bf

Browse files
committed
chore: lint
1 parent caf61dd commit c4379bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/java/to/bitkit/viewmodels/TransferViewModel.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ class TransferViewModel @Inject constructor(
214214

215215
if (defaultLspBalance < minLspBalance || defaultLspBalance > maxLspBalance) {
216216
Logger.warn(
217-
"Invalid defaultLspBalance:$defaultLspBalance min possible:$maxLspBalance , max possible: $minLspBalance",
217+
"Invalid defaultLspBalance:$defaultLspBalance " +
218+
"min possible:$maxLspBalance, " +
219+
"max possible: $minLspBalance",
218220
context = TAG
219221
)
220222
}

0 commit comments

Comments
 (0)