Skip to content

Commit

Permalink
workflow show: Add blank line above Results: (temporalio#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-berry authored Jun 25, 2024
1 parent dbf0a85 commit bac68a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temporalcli/commands.workflow_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ func (c *TemporalWorkflowShowCommand) run(cctx *CommandContext, _ []string) erro
if err := iter.print(cctx.Printer); err != nil {
return fmt.Errorf("displaying history failed: %w", err)
}
cctx.Printer.Println()
if err := printTextResult(cctx, iter.wfResult, 0); err != nil {
return err
}
Expand Down

0 comments on commit bac68a4

Please sign in to comment.