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

Unified Diff: tests/lib_strong/html/cache_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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: tests/lib_strong/html/cache_test.dart
diff --git a/tests/lib_strong/html/cache_test.dart b/tests/lib_strong/html/cache_test.dart
index 3b2e121407f1f1faa438b1c33809246af1492e0b..06b4258106e2316821508386cb9463530b120364 100644
--- a/tests/lib_strong/html/cache_test.dart
+++ b/tests/lib_strong/html/cache_test.dart
@@ -30,11 +30,12 @@ String cacheStatusToString(int status) {
return 'CHECKING';
case ApplicationCache.DOWNLOADING: // DOWNLOADING == 3
return 'DOWNLOADING';
- case ApplicationCache.UPDATEREADY: // UPDATEREADY == 4
+ case ApplicationCache.UPDATEREADY: // UPDATEREADY == 4
return 'UPDATEREADY';
case ApplicationCache.OBSOLETE: // OBSOLETE == 5
return 'OBSOLETE';
default:
return 'UNKNOWN CACHE STATUS';
- };
+ }
+ ;
}

Powered by Google App Engine
This is Rietveld 408576698