Skip to content

Commit 31973f7

Browse files
authored
[cross_file] Correct sorting of import starting with dot-slash (flutter#4449)
Move an import directive to be in correct order. Fixes flutter#130434
1 parent 7438c0b commit 31973f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cross_file/lib/src/types/html.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import 'dart:typed_data';
99

1010
import 'package:meta/meta.dart';
1111

12-
import './base.dart';
1312
import '../web_helpers/web_helpers.dart';
13+
import 'base.dart';
1414

1515
// Four Gigabytes, in bytes.
1616
const int _fourGigabytes = 4 * 1024 * 1024 * 1024;

0 commit comments

Comments
 (0)