Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit ca9512e

Browse files
authored
Fix newly enforced lint (#76)
1 parent 7ff89ee commit ca9512e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)