mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
Minor code format update
This commit is contained in:
parent
38a59fc73f
commit
db45c6654a
@ -253,7 +253,7 @@ static PLCrashReporterCallbacks plCrashCallbacks = {
|
||||
[_fileManager removeItemAtPath:filename error:&error];
|
||||
[_fileManager removeItemAtPath:[filename stringByAppendingString:@".data"] error:&error];
|
||||
[_fileManager removeItemAtPath:[filename stringByAppendingString:@".meta"] error:&error];
|
||||
[_fileManager removeItemAtPath:[filename stringByAppendingString:@".desc"]error:&error];
|
||||
[_fileManager removeItemAtPath:[filename stringByAppendingString:@".desc"] error:&error];
|
||||
|
||||
NSString *cacheFilename = [filename lastPathComponent];
|
||||
[self removeKeyFromKeychain:[NSString stringWithFormat:@"%@.%@", cacheFilename, kBITCrashMetaUserName]];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user