Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 683cb9a

Browse filesBrowse files
author
Luca Bianconi
committed
style: beautified comment formatting
1 parent 80cd65d commit 683cb9a
Copy full SHA for 683cb9a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎arduino/security/signatures.go

Copy file name to clipboardExpand all lines: arduino/security/signatures.go
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.