Minor formatting fixes
This commit is contained in:
parent
f9a0cbff3f
commit
167aeb1be0
2 changed files with 3 additions and 2 deletions
|
|
@ -821,6 +821,7 @@ NSTimeInterval const kAFUploadStream3GSuggestedDelay = 0.2;
|
||||||
|
|
||||||
NSString *fileName = [fileURL lastPathComponent];
|
NSString *fileName = [fileURL lastPathComponent];
|
||||||
NSString *mimeType = AFContentTypeForPathExtension([fileURL pathExtension]);
|
NSString *mimeType = AFContentTypeForPathExtension([fileURL pathExtension]);
|
||||||
|
|
||||||
return [self appendPartWithFileURL:fileURL name:name fileName:fileName mimeType:mimeType error:error];
|
return [self appendPartWithFileURL:fileURL name:name fileName:fileName mimeType:mimeType error:error];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue