Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jul 3, 2024
1 parent 23ba982 commit dba93b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/reissuer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ func weekFromNow() time.Time {
return time.Now().AddDate(0, 0, 7)
}

func printJSON(m protoreflect.ProtoMessage) (err error) {
func PrintJSON(m protoreflect.ProtoMessage) (err error) {
jsonpb := protojson.MarshalOptions{
Multiline: true,
Indent: " ",
Expand Down

0 comments on commit dba93b8

Please sign in to comment.