Skip to content

Commit

Permalink
GTObject method should be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
David Catmull committed Mar 20, 2017
1 parent 968396a commit 6ba2f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectiveGit/GTIndexEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN
/// error - will be filled if an error occurs
///
/// Returns this entry as a GTObject or nil if an error occurred.
- (GTObject *)GTObject:(NSError **)error;
- (nullable GTObject *)GTObject:(NSError **)error;

@end

Expand Down

0 comments on commit 6ba2f5d

Please sign in to comment.