Skip to content

Commit 6be9a4d

Browse files
authored
Fix newly enforced lint (dart-archive/io#76)
1 parent e3a75cb commit 6be9a4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/io/test/shell_words_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:test/test.dart';
6-
75
import 'package:io/io.dart';
6+
import 'package:test/test.dart';
87

98
void main() {
109
group('shellSplit()', () {

0 commit comments

Comments
 (0)