Skip to content

Commit 45017c1

Browse files
srawlinsCommit Queue
authored andcommitted
linter: tidy an import
Change-Id: I58704b3183c59144f643bdeafe134ba410658a11 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389021 Reviewed-by: Phil Quitslund <[email protected]> Auto-Submit: Samuel Rawlins <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent a186457 commit 45017c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/linter/tool/machine.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import 'package:linter/src/rules.dart';
1414
import 'package:linter/src/utils.dart';
1515
import 'package:yaml/yaml.dart';
1616

17-
import '../tool/util/path_utils.dart';
1817
import 'messages_info.dart';
18+
import 'util/path_utils.dart';
1919

2020
/// Generates a list of built-in lint rules in JSON suitable for
2121
/// consumption by other tools.

0 commit comments

Comments
 (0)