From 8ff17f54b2d1a717da706e990e3e03d01318e839 Mon Sep 17 00:00:00 2001 From: Cristian G Date: Tue, 20 Aug 2024 12:27:57 -0400 Subject: [PATCH] fix: linting Signed-off-by: Cristian G --- .../hyperledger/identus/walletsdk/pollux/utils/BitStringTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/edge-agent-sdk/src/commonTest/kotlin/org/hyperledger/identus/walletsdk/pollux/utils/BitStringTest.kt b/edge-agent-sdk/src/commonTest/kotlin/org/hyperledger/identus/walletsdk/pollux/utils/BitStringTest.kt index 30c62c06b..9d2aada01 100644 --- a/edge-agent-sdk/src/commonTest/kotlin/org/hyperledger/identus/walletsdk/pollux/utils/BitStringTest.kt +++ b/edge-agent-sdk/src/commonTest/kotlin/org/hyperledger/identus/walletsdk/pollux/utils/BitStringTest.kt @@ -33,5 +33,4 @@ class BitStringTest { assertFalse("Index $i should not be revoked", bitString.isRevoked(i)) } } - }