Skip to content

Commit

Permalink
chore: ktfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
armouldr committed Dec 13, 2024
1 parent 9efaf7d commit 9f7fbd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class EventSaveButtonTest : TearDown() {

@Test
fun testEventCardSaveAndUnsaveEventOnline() {
var indicator = false //saved indicator
var indicator = false // saved indicator
every { concurrentEventUserRepositoryFirestore.updateSave(any(), any(), any(), any()) } answers
{
val onSuccess = args[2] as () -> Unit
Expand Down

0 comments on commit 9f7fbd9

Please sign in to comment.