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

Unified Diff: runtime/lib/bool_patch.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (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 | « runtime/lib/bigint.dart ('k') | runtime/lib/collection_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/bool_patch.dart
diff --git a/runtime/lib/bool_patch.dart b/runtime/lib/bool_patch.dart
index 1efd709ac3558cfdeb0ec44afdd3ed4aed7468ba..3adc918daabe8d182eb3a111d57bcb27e4556bf2 100644
--- a/runtime/lib/bool_patch.dart
+++ b/runtime/lib/bool_patch.dart
@@ -4,10 +4,10 @@
// Dart core library.
-@patch
-class bool {
- @patch
- const factory bool.fromEnvironment(String name, {bool defaultValue: false})
+@patch class bool {
+
+ @patch const factory bool.fromEnvironment(String name,
+ {bool defaultValue: false})
native "Bool_fromEnvironment";
@patch
« no previous file with comments | « runtime/lib/bigint.dart ('k') | runtime/lib/collection_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698