Skip to content

Commit 2bbf020

Browse files
committed
Remove stray tab
1 parent f84526e commit 2bbf020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGit/GTRepository+RemoteOperations.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ - (BOOL)pushRefspecs:(NSArray *)refspecs toRemote:(GTRemote *)remote withOptions
238238
if (error != NULL) *error = [NSError git_errorFor:gitError description:@"Failed to init push options"];
239239
return NO;
240240
}
241-
241+
242242
push_options.callbacks = remote_callbacks;
243243

244244
const git_strarray git_refspecs = refspecs.git_strarray;

0 commit comments

Comments
 (0)