We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f906c commit f57aca5Copy full SHA for f57aca5
ObjectiveGitTests/QuickSpec+GTFixtures.m
@@ -107,12 +107,12 @@ - (BOOL)unzipFile:(NSString *)member fromArchiveAtPath:(NSString *)zipPath intoD
107
108
BOOL success = [SSZipArchive unzipFileAtPath:zipPath toDestination:destinationPath overwrite:YES password:nil error:error];
109
110
- if (!success) {
111
- NSLog(@"Unzip failed");
112
- return NO;
113
- }
+ if (!success) {
+ NSLog(@"Unzip failed");
+ return NO;
+ }
114
115
- return YES;
+ return YES;
116
117
#else
118
// OS X: shell out to unzip using NSTask
0 commit comments