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'; |
- }; |
+ } |
+ ; |
} |