From dba93b8901bbf575529d9099c8d147af014657b6 Mon Sep 17 00:00:00 2001 From: Benjamin Bengfort Date: Wed, 3 Jul 2024 11:45:38 -0500 Subject: [PATCH] appease linter --- cmd/reissuer/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/reissuer/main.go b/cmd/reissuer/main.go index 5f8b5a983..53d63a9a0 100644 --- a/cmd/reissuer/main.go +++ b/cmd/reissuer/main.go @@ -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: " ",