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

Unified Diff: runtime/observatory/lib/src/repositories/megamorphiccache.dart

Issue 2345023003: Use dartfmt on Observatory code (Closed)
Patch Set: merge Created 4 years, 3 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
Index: runtime/observatory/lib/src/repositories/megamorphiccache.dart
diff --git a/runtime/observatory/lib/src/repositories/megamorphiccache.dart b/runtime/observatory/lib/src/repositories/megamorphiccache.dart
index 59adbe3e08654856e3b84d55fba6c16f86d753b0..8672e32bb718546542b1d17cb0f95a62804c93c7 100644
--- a/runtime/observatory/lib/src/repositories/megamorphiccache.dart
+++ b/runtime/observatory/lib/src/repositories/megamorphiccache.dart
@@ -5,7 +5,7 @@
part of repositories;
class MegamorphicCacheRepository extends M.MegamorphicCacheRepository {
- Future<M.MegamorphicCache> get(M.IsolateRef i, String id) async{
+ Future<M.MegamorphicCache> get(M.IsolateRef i, String id) async {
S.Isolate isolate = i as S.Isolate;
assert(isolate != null);
return (await isolate.getObject(id)) as S.MegamorphicCache;
« no previous file with comments | « runtime/observatory/lib/src/repositories/library.dart ('k') | runtime/observatory/lib/src/repositories/metric.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698