Skip to content

Commit

Permalink
remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeco committed Jul 15, 2016
1 parent ab9538e commit d60cd3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mini vMac/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ - (NSString *)documentsPath {
documentsPath = [documentsPath stringByAppendingPathComponent:@"Mini vMac"].stringByStandardizingPath;
}
[[NSFileManager defaultManager] createDirectoryAtPath:documentsPath withIntermediateDirectories:YES attributes:nil error:NULL];
[[NSFileManager defaultManager] createDirectoryAtPath:documentsPath withIntermediateDirectories:YES attributes:nil error:NULL];
});
return documentsPath;
}
Expand Down

0 comments on commit d60cd3a

Please sign in to comment.