Skip to content

Commit

Permalink
format files
Browse files Browse the repository at this point in the history
  • Loading branch information
pete911 committed Dec 7, 2022
1 parent bb5955c commit cd6ad17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cert/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Certificate struct {
// position of certificate in the chain, starts with 1
position int
x509Certificate *x509.Certificate
err error
err error
}

func FromX509Certificates(cs []*x509.Certificate) Certificates {
Expand Down

0 comments on commit cd6ad17

Please sign in to comment.