[cross_file] Correct sorting of import starting with dot-slash (#4449)

Move an import directive to be in correct order. Fixes https://github.com/flutter/flutter/issues/130434
This commit is contained in:
Sam Rawlins
2023-07-12 16:03:38 -07:00
committed by GitHub
parent 7438c0b10b
commit 31973f7f9a

View File

@ -9,8 +9,8 @@ import 'dart:typed_data';
import 'package:meta/meta.dart';
import './base.dart';
import '../web_helpers/web_helpers.dart';
import 'base.dart';
// Four Gigabytes, in bytes.
const int _fourGigabytes = 4 * 1024 * 1024 * 1024;