Index: pkg/analysis_server/test/edit/statement_completion_test.dart |
diff --git a/pkg/analysis_server/test/edit/statement_completion_test.dart b/pkg/analysis_server/test/edit/statement_completion_test.dart |
index c1db24a455e3540407309fdb133f4139357c6660..fca2ae701e83b03c804534271ac00dcb69f77292 100644 |
--- a/pkg/analysis_server/test/edit/statement_completion_test.dart |
+++ b/pkg/analysis_server/test/edit/statement_completion_test.dart |
@@ -39,9 +39,7 @@ main() { |
'''); |
await waitForTasksFinished(); |
await _prepareCompletion('v = 1;', atStart: true); |
- _assertHasChange( |
- 'Insert a newline at the end of the current line', |
- ''' |
+ _assertHasChange('Insert a newline at the end of the current line', ''' |
main() { |
int v = 1; |
/*caret*/ |
@@ -57,9 +55,7 @@ main() { |
'''); |
await waitForTasksFinished(); |
await _prepareCompletion('v = 1;', atEnd: true); |
- _assertHasChange( |
- 'Insert a newline at the end of the current line', |
- ''' |
+ _assertHasChange('Insert a newline at the end of the current line', ''' |
main() { |
int v = 1; |
/*caret*/ |