From ffc7c8f48336970d19b9ea4a89c9e904cc98cb35 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 14 Feb 2020 11:34:33 +0100 Subject: [PATCH] Fix flutter analyze --- lib/core/note_serializer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);