mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-16 22:09:24 +00:00
remove unnecessary assignment
This commit is contained in:
@@ -178,8 +178,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
|||||||
if(!self.fileURL) {
|
if(!self.fileURL) {
|
||||||
return proposedExtension;
|
return proposedExtension;
|
||||||
}
|
}
|
||||||
NSString *actualExtension = self.fileURL.pathExtension;
|
return self.fileURL.pathExtension;
|
||||||
return actualExtension;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSData *)dataOfType:(NSString *)typeName error:(NSError * _Nullable __autoreleasing *)outError {
|
- (NSData *)dataOfType:(NSString *)typeName error:(NSError * _Nullable __autoreleasing *)outError {
|
||||||
|
|||||||
Reference in New Issue
Block a user