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

Unified Diff: pkg/intl/lib/date_symbol_data_http_request.dart

Issue 140843002: [Intl] Cleanup some code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: integrate feedback 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/lib/date_symbol_data_file.dart ('k') | pkg/intl/lib/date_symbols.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/date_symbol_data_http_request.dart
diff --git a/pkg/intl/lib/date_symbol_data_http_request.dart b/pkg/intl/lib/date_symbol_data_http_request.dart
index 20d35a109fed6a70461d9dbd822d3a0a9c7450f6..3fe56c6b17cb87655e9da8e3d3fcba2a1c57718e 100644
--- a/pkg/intl/lib/date_symbol_data_http_request.dart
+++ b/pkg/intl/lib/date_symbol_data_http_request.dart
@@ -41,6 +41,5 @@ Future initializeDateFormatting(String locale, String url) {
}
/** Defines how new date symbol entries are created. */
-DateSymbols _createDateSymbol(Map map) {
- return new DateSymbols.deserializeFromMap(map);
-}
+DateSymbols _createDateSymbol(Map map) =>
+ new DateSymbols.deserializeFromMap(map);
« no previous file with comments | « pkg/intl/lib/date_symbol_data_file.dart ('k') | pkg/intl/lib/date_symbols.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698