formatting
This commit is contained in:
@ -63,7 +63,7 @@ void StateManager::reset(AppState& app) {
|
||||
|
||||
noInterrupts();
|
||||
_saveMetadata(); // Write the new metadata
|
||||
_saveState(app); // Write the new (default) app state
|
||||
_saveState(app); // Write the new (default) app state
|
||||
interrupts();
|
||||
|
||||
_isDirty = false;
|
||||
|
||||
Reference in New Issue
Block a user