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

Unified Diff: web/main.dart

Issue 1182953003: Eat some dogfood! (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 6 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
« lib/src/source_visitor.dart ('K') | « test/source_code_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/main.dart
diff --git a/web/main.dart b/web/main.dart
index a85653629c587e393f683b8d0b900623463d42b1..a005653764adab97ca424f2a1455264449de0d2a 100644
--- a/web/main.dart
+++ b/web/main.dart
@@ -63,4 +63,4 @@ void setWidth(String widthString) {
var pad = " " * width + "|";
columnMarker.innerHtml = "$pad $width columns" + "\n$pad" * 29;
reformat();
-}
+}
« lib/src/source_visitor.dart ('K') | « test/source_code_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698