Fix formatting

This commit is contained in:
Jean-François Milants
2022-09-11 20:18:01 +02:00
parent 970d5b368d
commit 58bb0e77db
6 changed files with 135 additions and 93 deletions

View File

@@ -93,7 +93,7 @@ DisplayApp::DisplayApp(Drivers::St7789& lcd,
alarmController {alarmController},
brightnessController {brightnessController},
touchHandler {touchHandler},
filesystem{filesystem} {
filesystem {filesystem} {
}
void DisplayApp::Start(System::BootErrors error) {