@@ -427,7 +427,7 @@ func (r *RootCmd) scaletestCleanup() *clibase.Cmd {
427
427
428
428
cliui .Errorf (inv .Stderr , "Found %d scaletest workspaces\n " , len (workspaces ))
429
429
if len (workspaces ) != 0 {
430
- cliui .Infof (inv .Stdout , "Deleting scaletest workspaces..." + " \n " )
430
+ cliui .Infof (inv .Stdout , "Deleting scaletest workspaces..." )
431
431
harness := harness .NewTestHarness (cleanupStrategy .toStrategy (), harness.ConcurrentExecutionStrategy {})
432
432
433
433
for i , w := range workspaces {
@@ -443,7 +443,7 @@ func (r *RootCmd) scaletestCleanup() *clibase.Cmd {
443
443
return xerrors .Errorf ("run test harness to delete workspaces (harness failure, not a test failure): %w" , err )
444
444
}
445
445
446
- cliui .Infof (inv .Stdout , "Done deleting scaletest workspaces:" + " \n " )
446
+ cliui .Infof (inv .Stdout , "Done deleting scaletest workspaces:" )
447
447
res := harness .Results ()
448
448
res .PrintText (inv .Stderr )
449
449
@@ -460,7 +460,7 @@ func (r *RootCmd) scaletestCleanup() *clibase.Cmd {
460
460
461
461
cliui .Errorf (inv .Stderr , "Found %d scaletest users\n " , len (users ))
462
462
if len (users ) != 0 {
463
- cliui .Infof (inv .Stdout , "Deleting scaletest users..." + " \n " )
463
+ cliui .Infof (inv .Stdout , "Deleting scaletest users..." )
464
464
harness := harness .NewTestHarness (cleanupStrategy .toStrategy (), harness.ConcurrentExecutionStrategy {})
465
465
466
466
for i , u := range users {
@@ -479,7 +479,7 @@ func (r *RootCmd) scaletestCleanup() *clibase.Cmd {
479
479
return xerrors .Errorf ("run test harness to delete users (harness failure, not a test failure): %w" , err )
480
480
}
481
481
482
- cliui .Infof (inv .Stdout , "Done deleting scaletest users:" + " \n " )
482
+ cliui .Infof (inv .Stdout , "Done deleting scaletest users:" )
483
483
res := harness .Results ()
484
484
res .PrintText (inv .Stderr )
485
485
0 commit comments