formatting

This commit is contained in:
2025-07-01 19:41:21 -07:00
parent c39ce62775
commit f010ffa68a
5 changed files with 17 additions and 16 deletions

View File

@ -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;