Skip to content

Commit

Permalink
fix - format code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-strappazzon committed Oct 30, 2024
1 parent f22e9d4 commit 019437b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ func main() {
})

key, err := base64.StdEncoding.DecodeString(SSHKey)
if err != nil {
log.Error(err.Error())
os.Exit(2)
}
if err != nil {
log.Error(err.Error())
os.Exit(2)
}

signer, err := ssh.ParsePrivateKey(key)
if err != nil {
Expand Down

0 comments on commit 019437b

Please sign in to comment.