Skip to content

Commit 216e3c7

Browse files
author
Ben Chatelain
committed
Nullable options to deleteBranch method
1 parent f7bd35a commit 216e3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGit/GTRepository+RemoteOperations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ NS_ASSUME_NONNULL_BEGIN
9191
///
9292
/// Returns YES if the push was successful, NO otherwise (and `error`, if provided,
9393
/// will point to an error describing what happened).
94-
- (BOOL)deleteBranch:(GTBranch *)branch fromRemote:(GTRemote *)remote withOptions:(NSDictionary *)options error:(NSError **)error;
94+
- (BOOL)deleteBranch:(GTBranch *)branch fromRemote:(GTRemote *)remote withOptions:(nullable NSDictionary *)options error:(NSError **)error;
9595
@end
9696

9797
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)