Skip to content

Commit

Permalink
internal: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Nov 29, 2020
1 parent 6247516 commit 03ebd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func Parse(text string) string {
continue
}

if s == ':' {
if s == ':' && lastIsFormatGroup {
colonFound = true
continue
}
Expand Down

0 comments on commit 03ebd81

Please sign in to comment.