Removed semi colon

This commit is contained in:
mayur nilwant 2024-06-10 18:52:55 -04:00
parent f7dc21c5c5
commit 7a25d12be4

View File

@ -431,7 +431,7 @@ static NSString * const STATIC_CACHE_COMPONENT = @"StaticCache.txt";
[[PersistentCacheManager shared] removeAllAndReturnError:nil]; [[PersistentCacheManager shared] removeAllAndReturnError:nil];
} }
-(void) clearPersistentAppLevelCache;{ -(void) clearPersistentAppLevelCache{
[[PersistentCacheManager shared] removeAllAppLevelAndReturnError:nil]; [[PersistentCacheManager shared] removeAllAppLevelAndReturnError:nil];
} }