Skip to content

Commit d247d87

Browse files
committed
reorder imports
1 parent e3f3763 commit d247d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/editor/config/editor_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import '../raw_editor/raw_editor.dart';
1414
import '../widgets/default_styles.dart';
1515
import '../widgets/delegate.dart';
1616
import '../widgets/link.dart';
17-
import '../widgets/text/utils/text_block_utils.dart';
1817
import '../widgets/text/magnifier.dart';
18+
import '../widgets/text/utils/text_block_utils.dart';
1919
import 'search_config.dart';
2020

2121
// IMPORTANT For project authors: The QuillEditorConfig.copyWith()

0 commit comments

Comments
 (0)