Skip to content

Commit

Permalink
dice formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlor committed Jan 11, 2024
1 parent e522709 commit 130b522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dicer/dice.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (r *Dice) Markdown() string {
die = strings.ReplaceAll(die, `+`, `\+`)
die = strings.ReplaceAll(die, `-`, `\-`)
return fmt.Sprintf(
"%s\n *total*:%d, *rolls*:%s",
"%s\n *total*:%d, *rolls*:%s\n",
die,
r.Total,
joinInts(r.Results, ", "),
Expand Down

0 comments on commit 130b522

Please sign in to comment.