Skip to content

Commit

Permalink
Ran the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jun 6, 2021
1 parent 280d9c0 commit 676aa99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/firebase/rtd_constants.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class RtdConstants {
static final overlays = 'overlays';
static final uid = 'uid';
}
}
2 changes: 1 addition & 1 deletion lib/utils/splash_fix.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import 'dart:js' as js;
void hideSplash() {
print('hideSplash');
js.context.callMethod('hideSplash');
}
}
1 change: 0 additions & 1 deletion lib/view/screens/overlay.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import 'package:hds_overlay/controllers/settings_controller.dart';
import 'package:hds_overlay/hive/data_type.dart';
import 'package:hds_overlay/hive/overlay_profile.dart';
import 'package:hds_overlay/model/data_source.dart';
import 'package:hds_overlay/utils/themes.dart';
import 'package:lifecycle/lifecycle.dart';
import 'package:tuple/tuple.dart';

Expand Down

0 comments on commit 676aa99

Please sign in to comment.