Skip to content

Commit fd6be71

Browse files
committed
go fmt
1 parent 14116a3 commit fd6be71

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

github/git_commits.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ type SignatureVerification struct {
2727
// To create a MessageSigner that signs a commit with a [golang.org/x/crypto/openpgp.Entity],
2828
// or [github.com/ProtonMail/go-crypto/openpgp.Entity], use:
2929
//
30-
// commit.Signer = github.MessageSignerFunc(func(w io.Writer, r io.Reader) error {
31-
// return openpgp.ArmoredDetachSign(w, openpgpEntity, r, nil)
32-
// })
33-
//
30+
// commit.Signer = github.MessageSignerFunc(func(w io.Writer, r io.Reader) error {
31+
// return openpgp.ArmoredDetachSign(w, openpgpEntity, r, nil)
32+
// })
3433
type MessageSigner interface {
3534
Sign(w io.Writer, r io.Reader) error
3635
}

0 commit comments

Comments
 (0)