Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Aug 19, 2024
1 parent c601dc6 commit 48e1179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rabtap/broker_info_renderer_dot.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,6 @@ func (s *brokerInfoRendererDot) renderNode(n interface{}, queueRendered map[stri
// https://www.graphviz.org/doc/info/lang.html
func (s *brokerInfoRendererDot) Render(rootNode *rootNode, out io.Writer) error {
res := s.renderNode(rootNode, map[string]bool{})
fmt.Fprintf(out, res.Text)
fmt.Fprint(out, res.Text)
return nil
}

0 comments on commit 48e1179

Please sign in to comment.