diff --git a/EdgeAgentSDK/Pollux/Sources/Models/W3C/StatusList/StatusCheckOperation.swift b/EdgeAgentSDK/Pollux/Sources/Models/W3C/StatusList/StatusCheckOperation.swift index e1483bc2..89ec2ca5 100644 --- a/EdgeAgentSDK/Pollux/Sources/Models/W3C/StatusList/StatusCheckOperation.swift +++ b/EdgeAgentSDK/Pollux/Sources/Models/W3C/StatusList/StatusCheckOperation.swift @@ -74,7 +74,7 @@ struct StatusCheckOperation { func verifySingleStatus( _ bitList: [Bool], - index: Int, + index: Int ) throws -> Bool { guard index < bitList.count else { throw UnknownError.somethingWentWrongError(customMessage: "Revocation index out of bounds", underlyingErrors: nil)