Skip to content

Commit bcbc550

Browse files
committed
WR-329: Fix style
1 parent 5adacb8 commit bcbc550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/org/datepollsystems/waiterrobot/mediator/ui/configurePrinters/ConfigurePrintersScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ fun ConfigurePrintersScreen(vm: ConfigurePrintersViewModel) {
164164
}
165165
}
166166
}
167-
} else if(state.selectedOrganisation == null) {
167+
} else if (state.selectedOrganisation == null) {
168168
CenteredText("Please select an Organization.")
169-
} else if(state.selectedEvent == null) {
169+
} else if (state.selectedEvent == null) {
170170
CenteredText("Please select an Event.")
171171
}
172172
}

0 commit comments

Comments
 (0)