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

Unified Diff: pkg/analysis_server/test/integration/analysis/update_options_test.dart

Issue 2975253002: Format analyzer, analysis_server, analyzer_plugin, front_end and kernel with the latest dartfmt. (Closed)
Patch Set: Created 3 years, 5 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: pkg/analysis_server/test/integration/analysis/update_options_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/update_options_test.dart b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
index 18e28dc2e8733576250871fc26975822931ed20d..1172d78e8eaef6d01e52ef8ef892b6429a424665 100644
--- a/pkg/analysis_server/test/integration/analysis/update_options_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/update_options_test.dart
@@ -21,9 +21,7 @@ class UpdateOptionsTest extends AbstractAnalysisServerIntegrationTest {
// We fail after the first analysis.updateOptions - we should not see a hint
// for the unused import (#28800).
String pathname = sourcePath('test.dart');
- writeFile(
- pathname,
- '''
+ writeFile(pathname, '''
import 'dart:async'; // unused
class Foo {

Powered by Google App Engine
This is Rietveld 408576698