Skip to content

Commit 84400b9

Browse files
committed
tiny tweak to imports
1 parent f321422 commit 84400b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/line_number_cache.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
library dartdoc.cache;
22

3-
import 'dart:io';
43
import 'dart:collection';
4+
import 'dart:io';
55

66
String _getNewlineChar(String contents) {
77
if (contents.contains("\r\n")) {

0 commit comments

Comments
 (0)