diff --git a/lib/core/note_serializer.dart b/lib/core/note_serializer.dart index 296e1661..e81c15ba 100644 --- a/lib/core/note_serializer.dart +++ b/lib/core/note_serializer.dart @@ -1,8 +1,8 @@ import 'package:gitjournal/utils/datetime.dart'; import 'package:gitjournal/settings.dart'; -import 'note.dart'; import 'md_yaml_doc.dart'; +import 'note.dart'; abstract class NoteSerializerInterface { void encode(Note note, MdYamlDoc data);