Skip to content

Commit

Permalink
Fix spacing in ssh/certificate with goimports (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed May 14, 2024
1 parent 32bdf40 commit cd22f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/ssh/certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cd22f47

Please sign in to comment.