Skip to content

Commit 6798f79

Browse files
committed
chore: lint
1 parent bd847e2 commit 6798f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class AppViewModel @Inject constructor(
191191
viewModelScope.launch {
192192
ldkNodeEventBus.events.collect { event ->
193193
try {
194-
when (event) { //TODO Create individual sheet for each type of event
194+
when (event) { // TODO Create individual sheet for each type of event
195195
is Event.PaymentReceived -> {
196196
handleTags(event)
197197
showNewTransactionSheet(

0 commit comments

Comments
 (0)