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

Unified Diff: pkg/intl/test/number_format_test.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/message_extraction/verify_messages.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/number_format_test.dart
diff --git a/pkg/intl/test/number_format_test.dart b/pkg/intl/test/number_format_test.dart
index 3b9aed6fe9436c7897b70ce3cf5d224bbf71fccf..07f1db14b06f1831e68774e029526fc2eb9fc2c7 100644
--- a/pkg/intl/test/number_format_test.dart
+++ b/pkg/intl/test/number_format_test.dart
@@ -16,7 +16,7 @@ import 'dart:math';
* Tests the Numeric formatting library in dart.
*/
var testNumbers = {
- "0.001": 0.001,
+ "0.001": 0.001,
"0.01": 0.01,
"0.1": 0.1,
"1": 1,
@@ -94,4 +94,4 @@ main() {
expect(formatted, x);
}
});
-}
+}
« no previous file with comments | « pkg/intl/test/message_extraction/verify_messages.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698