Minor formatting fixes

This commit is contained in:
Mattt Thompson 2013-03-14 12:48:05 -07:00
parent f9a0cbff3f
commit 167aeb1be0
2 changed files with 3 additions and 2 deletions

View file

@ -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];
} }