Skip to content

Commit

Permalink
Merge pull request #4795 from liyue201/master
Browse files Browse the repository at this point in the history
Modify printf format
  • Loading branch information
magik6k authored Nov 11, 2020
2 parents d1e4211 + 8b88913 commit 6f593d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-seal-worker/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var infoCmd = &cli.Command{
if err != nil {
return xerrors.Errorf("checking worker status: %w", err)
}
fmt.Printf("Enabled: %t", enabled)
fmt.Printf("Enabled: %t\n", enabled)

info, err := api.Info(ctx)
if err != nil {
Expand Down

0 comments on commit 6f593d5

Please sign in to comment.