Skip to content

Commit 52c8865

Browse files
fix: weird comma (#227)
Signed-off-by: goncalo-frade-iohk <goncalo.frade@iohk.io>
1 parent e7a6b61 commit 52c8865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EdgeAgentSDK/Pollux/Sources/Models/W3C/StatusList/StatusCheckOperation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct StatusCheckOperation {
7474

7575
func verifySingleStatus(
7676
_ bitList: [Bool],
77-
index: Int,
77+
index: Int
7878
) throws -> Bool {
7979
guard index < bitList.count else {
8080
throw UnknownError.somethingWentWrongError(customMessage: "Revocation index out of bounds", underlyingErrors: nil)

0 commit comments

Comments
 (0)