Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 8d82f3e

Browse files
authored
Fix newly enforced lint (#193)
1 parent 3e4db49 commit 8d82f3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/command_parse_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
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';
65
import 'package:args/args.dart';
6+
import 'package:test/test.dart';
7+
78
import 'test_utils.dart';
89

910
void main() {

test/trailing_options_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +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';
65
import 'package:args/args.dart';
6+
import 'package:test/test.dart';
77

88
void main() {
99
test('allowTrailingOptions defaults to true', () {

0 commit comments

Comments
 (0)