Skip to content

Commit 14ac7e9

Browse files
fix indent
1 parent 7df89b1 commit 14ac7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ type openSSHEncryptedPrivateKey struct {
14901490
NumKeys uint32
14911491
PubKey []byte
14921492
PrivKeyBlock []byte
1493-
Rest []byte `ssh:"rest"`
1493+
Rest []byte `ssh:"rest"`
14941494
}
14951495

14961496
type openSSHPrivateKey struct {

0 commit comments

Comments
 (0)