Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 15ac16d

Browse files
committed
gofmt
1 parent 34c542f commit 15ac16d

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

main.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -552,19 +552,19 @@ func mainWithArgs(args []string) (*Context, error) {
552552
return c, err
553553
}
554554

555-
if !c.Detach {
556-
go pipeLogs(c)
557-
558-
err = keepAlive(c)
559-
if err != nil {
560-
return c, err
561-
}
562-
563-
err = rmContainer(c)
564-
if err != nil {
565-
return c, err
566-
}
567-
}
555+
if !c.Detach {
556+
go pipeLogs(c)
557+
558+
err = keepAlive(c)
559+
if err != nil {
560+
return c, err
561+
}
562+
563+
err = rmContainer(c)
564+
if err != nil {
565+
return c, err
566+
}
567+
}
568568

569569
return c, nil
570570
}

0 commit comments

Comments
 (0)