Skip to content

Commit

Permalink
Formatting changes to area
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Wooding committed Sep 6, 2022
1 parent 653645c commit 2452055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/area.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ func stageString(stage []string) string {
} else if len(stage) == 1 {
return stage[0]
} else {
return fmt.Sprintf("%s - %s", stage[0], stage[1])
return fmt.Sprintf("%s %s", stage[0], stage[1])
}
}

0 comments on commit 2452055

Please sign in to comment.