mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-10-17 10:33:46 +08:00
Use import_sorter
flutter pub run import_sorter:main --no-comments The code feels much cleaner
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import 'package:test/test.dart';
|
||||
|
||||
import 'package:gitjournal/core/note.dart';
|
||||
import 'package:gitjournal/core/notes_folder_fs.dart';
|
||||
import 'package:gitjournal/core/sorting_mode.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
group('Sorting Mode', () {
|
||||
|
Reference in New Issue
Block a user