From 7a25d12be44183a6f937cd9953d2897698a544cd Mon Sep 17 00:00:00 2001 From: mayur nilwant Date: Mon, 10 Jun 2024 18:52:55 -0400 Subject: [PATCH] Removed semi colon --- MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m index 73b5713..935bbb8 100644 --- a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m +++ b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.m @@ -431,7 +431,7 @@ static NSString * const STATIC_CACHE_COMPONENT = @"StaticCache.txt"; [[PersistentCacheManager shared] removeAllAndReturnError:nil]; } --(void) clearPersistentAppLevelCache;{ +-(void) clearPersistentAppLevelCache{ [[PersistentCacheManager shared] removeAllAppLevelAndReturnError:nil]; }