Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Aug 13, 2023
1 parent 7775e35 commit 1f9de0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/test/src/store_test.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ignore_for_file: prefer_const_constructors
import 'package:test/test.dart';
import 'package:store/store.dart';
import 'package:test/test.dart';

void main() {
group('Store', () {
Expand Down

0 comments on commit 1f9de0a

Please sign in to comment.