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

Unified Diff: pkg/intl/test/date_time_format_test_stub.dart

Issue 143453011: pkg/intl: dartfmt (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | « pkg/intl/test/data_directory.dart ('k') | pkg/intl/test/find_default_locale_standalone_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/date_time_format_test_stub.dart
diff --git a/pkg/intl/test/date_time_format_test_stub.dart b/pkg/intl/test/date_time_format_test_stub.dart
index 0a705355035fbc127a4816b9ba1e65135ebd9b99..4b75747feb516e2e5bf2abc80e891db18f3ba449 100644
--- a/pkg/intl/test/date_time_format_test_stub.dart
+++ b/pkg/intl/test/date_time_format_test_stub.dart
@@ -31,7 +31,7 @@ List<String> oddLocales() {
* Return a set of a few locales to run just the tests on a small sample.
*/
List smallSetOfLocales() {
- return allLocales().sublist(0,10);
+ return allLocales().sublist(0, 10);
}
/**
@@ -52,7 +52,7 @@ void runWith(TestListFunc getSubset, String dir,
bool initialized = false;
setUp(() {
- if(initialized) {
+ if (initialized) {
return null;
}
return initFunction("en_US", dir)
« no previous file with comments | « pkg/intl/test/data_directory.dart ('k') | pkg/intl/test/find_default_locale_standalone_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698