Skip to content

Commit

Permalink
Cleanup useless type conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Dec 22, 2023
1 parent c8dbfb3 commit 5d05957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/cmd/convertGo.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func convertGo(logger *zap.Logger, opts convertGoOpts) error {
return fmt.Errorf("could not encode input file '%s' to Go: %w", opts.inputJSON, err)
}

fmt.Println(string(golangDashboard))
fmt.Println(golangDashboard)

return nil
}

0 comments on commit 5d05957

Please sign in to comment.