Skip to content

Commit 683cb9a

Browse files
author
Luca Bianconi
committed
style: beautified comment formatting
1 parent 80cd65d commit 683cb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/security/signatures.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func VerifyDetachedSignature(targetPath *paths.Path, signaturePath *paths.Path,
6565
// signaturePath file) matches the given targetPath file and is an authentic
6666
// signature. This function allows to pass an io.Reader to read the custom key.
6767
//
68-
// If any of the above conditions fails this function returns false.
68+
// If any of the above conditions fails this function returns false.
6969
//
7070
// The PGP entity in the trusted keychain that produced the signature is returned too.
7171
func VerifySignature(targetPath *paths.Path, signaturePath *paths.Path, arduinoKeyringFile io.Reader) (bool, *openpgp.Entity, error) {

0 commit comments

Comments
 (0)