Fix newly enforced lint (#76)

diff --git a/test/shell_words_test.dart b/test/shell_words_test.dart
index 426680e..24f031c 100644
--- a/test/shell_words_test.dart
+++ b/test/shell_words_test.dart
@@ -2,9 +2,8 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'package:test/test.dart';
-
 import 'package:io/io.dart';
+import 'package:test/test.dart';
 
 void main() {
   group('shellSplit()', () {