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

Unified Diff: pkg/analysis_server/test/analysis/notification_errors_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/analysis/notification_errors_test.dart
diff --git a/pkg/analysis_server/test/analysis/notification_errors_test.dart b/pkg/analysis_server/test/analysis/notification_errors_test.dart
index 98539b31bc458bdf0bcadf1afcb0c50232918056..904a0e4cc44194a4e1b5a4040c7697240529e4b0 100644
--- a/pkg/analysis_server/test/analysis/notification_errors_test.dart
+++ b/pkg/analysis_server/test/analysis/notification_errors_test.dart
@@ -66,9 +66,7 @@ import 'does_not_exist.dart';
test_lintError() async {
var camelCaseTypesLintName = 'camel_case_types';
- addFile(
- '$projectPath/.analysis_options',
- '''
+ addFile('$projectPath/.analysis_options', '''
linter:
rules:
- $camelCaseTypesLintName

Powered by Google App Engine
This is Rietveld 408576698