Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: pkg/front_end/lib/src/fasta/scanner/io.dart

Issue 2718113003: Run dartfmt on pkg/front_end/lib. (Closed)
Patch Set: Rerun after merging. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/lib/src/fasta/scanner/io.dart
diff --git a/pkg/front_end/lib/src/fasta/scanner/io.dart b/pkg/front_end/lib/src/fasta/scanner/io.dart
index 476c595a2655ec98b5cb889805ebee9c12e60455..132eea1bab624d6d6cbe25117b29cdfc608c2aa0 100644
--- a/pkg/front_end/lib/src/fasta/scanner/io.dart
+++ b/pkg/front_end/lib/src/fasta/scanner/io.dart
@@ -4,15 +4,11 @@
library fasta.scanner.io;
-import 'dart:async' show
- Future;
+import 'dart:async' show Future;
-import 'dart:io' show
- File,
- RandomAccessFile;
+import 'dart:io' show File, RandomAccessFile;
-import 'dart:typed_data' show
- Uint8List;
+import 'dart:typed_data' show Uint8List;
List<int> readBytesFromFileSync(Uri uri) {
RandomAccessFile file = new File.fromUri(uri).openSync();
« no previous file with comments | « pkg/front_end/lib/src/fasta/scanner/error_token.dart ('k') | pkg/front_end/lib/src/fasta/scanner/keyword.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698