From a9f95c92755be9e7e37efd395f1ce4e872b28866 Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 14 May 2024 11:22:40 -0700 Subject: [PATCH] Fix spacing in ssh/certificate with goimports --- command/ssh/certificate.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/ssh/certificate.go b/command/ssh/certificate.go index eaf1f94a4..02f080045 100644 --- a/command/ssh/certificate.go +++ b/command/ssh/certificate.go @@ -184,10 +184,10 @@ $ step ssh certificate --kty OKP --curve Ed25519 mariano@work id_ed25519 sshPrivateKeyFlag, sshProvisionerPasswordFlag, sshSignFlag, - flags.KTY, + flags.KTY, flags.Curve, flags.Size, - flags.Comment, + flags.Comment, flags.KMSUri, flags.X5cCert, flags.X5cKey,