File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ - (BOOL)checkoutReference:(GTReference *)targetReference strategy:(GTCheckoutStr
869869}
870870
871871- (BOOL )checkoutTree : (GTTree *)targetTree strategy : (GTCheckoutStrategyType)strategy notifyFlags : (GTCheckoutNotifyFlags)notifyFlags error : (NSError **)error progressBlock : (GTCheckoutProgressBlock)progressBlock notifyBlock : (GTCheckoutNotifyBlock)notifyBlock {
872- return [self performCheckout: targetTree withStrategy: strategy notifyFlags: notifyFlags error: error progressBlock: progressBlock notifyBlock: notifyBlock];;
872+ return [self performCheckout: targetTree withStrategy: strategy notifyFlags: notifyFlags error: error progressBlock: progressBlock notifyBlock: notifyBlock];
873873}
874874
875875- (BOOL )checkoutCommit : (GTCommit *)target strategy : (GTCheckoutStrategyType)strategy error : (NSError **)error progressBlock : (GTCheckoutProgressBlock)progressBlock {
You can’t perform that action at this time.
0 commit comments