Skip to content

Commit

Permalink
Update mermaid.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zeushammer authored Mar 21, 2024
1 parent 21d2b8d commit dfe8096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/mermaid.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func Mermaid(spec *Spec, w io.WriteCloser, opts *MermaidOpts, fromNode, toNode s
if 40 < len(bs) {
bs, err = json.MarshalIndent(b.Pattern, "", " ")
}
} else {
}
if err != nil {
return err
Expand Down

0 comments on commit dfe8096

Please sign in to comment.