From c17a7f49c31664274346b9e8dee8ce078af5f724 Mon Sep 17 00:00:00 2001 From: goncalo-frade-iohk Date: Thu, 11 Dec 2025 13:03:56 +0000 Subject: [PATCH] fix: weird comma Signed-off-by: goncalo-frade-iohk --- .../Sources/Models/W3C/StatusList/StatusCheckOperation.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)