Skip to content

Commit

Permalink
NL
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Sep 11, 2016
1 parent e4727e9 commit dfc3706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaede-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func addTid(c *cli.Context, client pb.SchedulerClient) error {
if err != nil {
return err
}
fmt.Printf("Added %d: %s", result.Tid, result.Title)
fmt.Printf("Added %d: %s\n", result.Tid, result.Title)
return nil
}

Expand Down

0 comments on commit dfc3706

Please sign in to comment.