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 |