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/bin/common_patch.dart

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. 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/bin/builtin.dart ('k') | runtime/bin/directory_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/common_patch.dart
diff --git a/runtime/bin/common_patch.dart b/runtime/bin/common_patch.dart
index 3e9be62fa2bf1a95ea08c0b915f7733f90510e43..8d453514035aca86111c2b7109d8f4e324038bea 100644
--- a/runtime/bin/common_patch.dart
+++ b/runtime/bin/common_patch.dart
@@ -4,9 +4,10 @@
import 'dart:nativewrappers';
-@patch class _IOCrypto {
- @patch static Uint8List getRandomBytes(int count)
- native "Crypto_GetRandomBytes";
+@patch
+class _IOCrypto {
+ @patch
+ static Uint8List getRandomBytes(int count) native "Crypto_GetRandomBytes";
}
_setupHooks() {
« no previous file with comments | « runtime/bin/builtin.dart ('k') | runtime/bin/directory_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698