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

Unified Diff: tests/language_strong/number_identity_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/language_strong/number_identity_test.dart
diff --git a/tests/language_strong/number_identity_test.dart b/tests/language_strong/number_identity_test.dart
index fa072eaff9c5e45eca35e8d425bbbb16528f6fc3..4593df87b14a72fb16445f8cec5cd3355085de70 100644
--- a/tests/language_strong/number_identity_test.dart
+++ b/tests/language_strong/number_identity_test.dart
@@ -10,8 +10,7 @@ main() {
for (int i = 0; i < 20; i++) testNumberIdentity();
}
-
-testNumberIdentity () {
+testNumberIdentity() {
const int smi = 8;
const int mint = 9223372036854775806;
const int bigint = 22107138293752210713829375;

Powered by Google App Engine
This is Rietveld 408576698