File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ @implementation GTRepository (Pull)
2323
2424#pragma mark - Pull
2525
26- - (BOOL )pullBranch : (GTBranch *)branch fromRemote : (GTRemote *)remote withOptions : (NSDictionary *)options error : (NSError **)error progress : (GTRemoteFetchTransferProgressBlock)progressBlock
27- {
26+ - (BOOL )pullBranch : (GTBranch *)branch fromRemote : (GTRemote *)remote withOptions : (NSDictionary *)options error : (NSError **)error progress : (GTRemoteFetchTransferProgressBlock)progressBlock {
2827 NSParameterAssert (branch);
2928 NSParameterAssert (remote);
3029
@@ -133,8 +132,7 @@ - (BOOL)pullBranch:(GTBranch *)branch fromRemote:(GTRemote *)remote withOptions:
133132 return NO ;
134133}
135134
136- - (BOOL )analyzeMerge : (GTMergeAnalysis *)analysis fromBranch : (GTBranch *)fromBranch error : (NSError **)error
137- {
135+ - (BOOL )analyzeMerge : (GTMergeAnalysis *)analysis fromBranch : (GTBranch *)fromBranch error : (NSError **)error {
138136 NSParameterAssert (analysis != NULL );
139137 NSParameterAssert (fromBranch != nil );
140138
You can’t perform that action at this time.
0 commit comments