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

Unified Diff: tests/standalone/dart_developer_env_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/standalone/dart_developer_env_test.dart
diff --git a/tests/standalone/dart_developer_env_test.dart b/tests/standalone/dart_developer_env_test.dart
index 1d0a276ccdd45f909e3cee0a58c9c26f7804431e..37e8253e4dd7783a5ca5fe45afe913b9ef479330 100644
--- a/tests/standalone/dart_developer_env_test.dart
+++ b/tests/standalone/dart_developer_env_test.dart
@@ -5,6 +5,6 @@
import "package:expect/expect.dart";
main() {
- Expect.isTrue(
- const bool.fromEnvironment('dart.developer.causal_async_stacks'));
+ Expect
+ .isTrue(const bool.fromEnvironment('dart.developer.causal_async_stacks'));
}

Powered by Google App Engine
This is Rietveld 408576698