Skip to content

Commit cbd5281

Browse files
Update dsse/verify.go
Co-authored-by: Aditya Sirish <[email protected]>
1 parent 5b4ddb1 commit cbd5281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsse/verify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ func SHA256KeyID(pub crypto.PublicKey) (string, error) {
137137
return fingerprint, nil
138138
}
139139

140-
func RemoveIndex(v []Verifier, index int) []Verifier {
140+
func removeIndex(v []Verifier, index int) []Verifier {
141141
return append(v[:index], v[index+1:]...)
142142
}

0 commit comments

Comments
 (0)