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

Unified Diff: pkg/kernel/testcases/input/micro.dart

Issue 2747113004: Run dartfmt on kernel package (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/kernel/testcases/input/escape.dart ('k') | pkg/kernel/testcases/input/optional.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/input/micro.dart
diff --git a/pkg/kernel/testcases/input/micro.dart b/pkg/kernel/testcases/input/micro.dart
index 51ae34b40969678e7c2253d5b15417cc4655c293..910f336e440b5df2985cf391dca732cbc6550397 100644
--- a/pkg/kernel/testcases/input/micro.dart
+++ b/pkg/kernel/testcases/input/micro.dart
@@ -22,11 +22,9 @@ class Box {
var field;
}
-stringArgument(x) {
-}
+stringArgument(x) {}
-intArgument(x) {
-}
+intArgument(x) {}
class FinalBox {
final finalField;
@@ -40,6 +38,7 @@ class SubFinalBox extends FinalBox {
class DynamicReceiver1 {
dynamicallyCalled(x) {}
}
+
class DynamicReceiver2 {
dynamicallyCalled(x) {}
}
« no previous file with comments | « pkg/kernel/testcases/input/escape.dart ('k') | pkg/kernel/testcases/input/optional.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698