@@ -225,7 +225,6 @@ void main() {
225225 expect (configFile.existsSync (), true );
226226
227227 // Different format needed for matching cli output
228- // ignore: leading_newlines_in_multiline_strings
229228 expect (configFile.readAsStringSync (), '''
230229\n ## [very_good]
231230## Completion config for "very_good"
@@ -287,7 +286,6 @@ void main() {
287286 installation.writeToShellConfigFile ('very_good' );
288287
289288 // Different format needed for matching cli output
290- // ignore: leading_newlines_in_multiline_strings
291289 expect (rcFile.readAsStringSync (), '''
292290\n ## [Completion]
293291## Completion scripts setup. Remove the following line to uninstall
@@ -435,7 +433,6 @@ void main() {
435433 // rc fle includes one reference to the global config
436434
437435 // Different format needed for matching cli output
438- // ignore: leading_newlines_in_multiline_strings
439436 expect (rcFile.readAsStringSync (), '''
440437\n ## [Completion]
441438## Completion scripts setup. Remove the following line to uninstall
@@ -450,7 +447,6 @@ void main() {
450447 );
451448
452449 // Different format needed for matching cli output
453- // ignore: leading_newlines_in_multiline_strings
454450 expect (globalConfig.readAsStringSync (), '''
455451\n ## [very_good]
456452## Completion config for "very_good"
@@ -491,7 +487,6 @@ void main() {
491487 ..install ('not_good' );
492488
493489 // Different format needed for matching cli output
494- // ignore: leading_newlines_in_multiline_strings
495490 expect (bashProfile.readAsStringSync (), '''
496491\n ## [Completion]
497492## Completion scripts setup. Remove the following line to uninstall
0 commit comments