File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ func New(cfg *ec2config.Config) (*Tester, error) {
8484 co , cerr := terminal .IsColor ()
8585 if isColor {
8686 lg .Info ("output in color" , zap .String ("output" , co ), zap .Error (cerr ))
87- colorstring .Printf ("[light_green]HELLO COLOR\n " )
87+ colorstring .Printf ("\n \n [light_green]HELLO COLOR\n \n " )
8888 } else {
8989 lg .Warn ("output in no color" , zap .String ("output" , co ), zap .Error (cerr ))
9090 isColor = false
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ func New(cfg *eksconfig.Config) (ts *Tester, err error) {
151151 co , cerr := terminal .IsColor ()
152152 if isColor {
153153 lg .Info ("output in color" , zap .String ("output" , co ), zap .Error (cerr ))
154- colorstring .Printf ("[light_green]HELLO COLOR\n " )
154+ colorstring .Printf ("\n \n [light_green]HELLO COLOR\n \n " )
155155 } else {
156156 lg .Warn ("output in no color" , zap .String ("output" , co ), zap .Error (cerr ))
157157 isColor = false
You can’t perform that action at this time.
0 commit comments