Commit a8e03aa

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2023-10-01 07:11:19
review
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent 5bbdd61
Changed files (1)
lib/model/ram_only_implementations.dart
@@ -614,7 +614,7 @@ class RamSettings extends ChangeNotifier implements Settings {
         final endOfToday = now.copyWith(hour: 23, minute: 59, second: 59);
         return [start, endOfToday];
       case TimeStep.custom:
-      // fallback, TimeStep will be reset by getter
+        // fallback, TimeStep will be reset by getter
         return [DateTime.fromMillisecondsSinceEpoch(-1), DateTime.fromMillisecondsSinceEpoch(-1)];
     }
   }