commit | 8c043d06dedf114d67396d80274ef25492e86b85 | [log] [tgz] |
---|---|---|
author | Alexandre Ardhuin <alexandre.ardhuin@gmail.com> | Thu Feb 23 22:37:26 2017 +0100 |
committer | Adam Barth <github@adambarth.com> | Thu Feb 23 13:37:26 2017 -0800 |
tree | eb10de42bb0ccc18b95cbe20903ae9fecb27b46a | |
parent | 2b61e21b29a9d6a01ca1dd7af8981228786273ea [diff] [blame] |
fix lints for directives_ordering rule (#8382)
diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 1a2e105..99a68db 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart
@@ -1,5 +1,5 @@ -import 'dart:io'; import 'dart:async'; +import 'dart:io'; import 'package:path/path.dart' as p;