Skip to content

Commit cd22f47

Browse files
authored
Fix spacing in ssh/certificate with goimports (#1178)
1 parent 32bdf40 commit cd22f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command/ssh/certificate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ $ step ssh certificate --kty OKP --curve Ed25519 mariano@work id_ed25519
184184
sshPrivateKeyFlag,
185185
sshProvisionerPasswordFlag,
186186
sshSignFlag,
187-
flags.KTY,
187+
flags.KTY,
188188
flags.Curve,
189189
flags.Size,
190-
flags.Comment,
190+
flags.Comment,
191191
flags.KMSUri,
192192
flags.X5cCert,
193193
flags.X5cKey,

0 commit comments

Comments
 (0)