Drop in some trailing commas for later

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-25 00:43:05 +05:30
parent afe93e989f
commit 24bf7e5165
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 2 deletions

View file

@ -60,6 +60,6 @@ fun TodoApp() {
TodoRowItem(item = todoItem)
}
}
}
},
)
}

View file

@ -51,7 +51,7 @@ fun LazyItemScope.WireGuardItem(item: TodoItem) {
onCheckedChange = { checked = it },
color = MaterialTheme.colors.onSecondary,
)
}
},
)
}
}