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

Unified Diff: pkg/dev_compiler/test/codegen/sunflower/sunflower.dart

Issue 2752163002: Format all dart dev compiler files (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « pkg/dev_compiler/test/codegen/script.dart ('k') | pkg/dev_compiler/test/js/builder_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/test/codegen/sunflower/sunflower.dart
diff --git a/pkg/dev_compiler/test/codegen/sunflower/sunflower.dart b/pkg/dev_compiler/test/codegen/sunflower/sunflower.dart
index 5f7894608dbca47bac5b13184ab03ec647f5115f..d74dfce25943ca793b2b2506bba9c1d28964c96d 100644
--- a/pkg/dev_compiler/test/codegen/sunflower/sunflower.dart
+++ b/pkg/dev_compiler/test/codegen/sunflower/sunflower.dart
@@ -47,7 +47,7 @@ void draw() {
// This example was modified to use classes and mixins.
class SunflowerSeed extends Circle with CirclePainter {
SunflowerSeed(num x, num y, num radius, [String color])
- : super(x, y, radius) {
+ : super(x, y, radius) {
if (color != null) this.color = color;
}
}
« no previous file with comments | « pkg/dev_compiler/test/codegen/script.dart ('k') | pkg/dev_compiler/test/js/builder_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698