Fix newly enforced lint (#193)

diff --git a/test/command_parse_test.dart b/test/command_parse_test.dart
index fd91470..fb50a8d 100644
--- a/test/command_parse_test.dart
+++ b/test/command_parse_test.dart
@@ -2,8 +2,9 @@
 // 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:args/args.dart';
+import 'package:test/test.dart';
+
 import 'test_utils.dart';
 
 void main() {
diff --git a/test/trailing_options_test.dart b/test/trailing_options_test.dart
index 8475d3c..505b6b1 100644
--- a/test/trailing_options_test.dart
+++ b/test/trailing_options_test.dart
@@ -2,8 +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:args/args.dart';
+import 'package:test/test.dart';
 
 void main() {
   test('allowTrailingOptions defaults to true', () {