Skip to content

Commit 16f980f

Browse files
committed
Extra newlines removal
1 parent 55898a7 commit 16f980f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ObjectiveGit/GTNote.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ - (instancetype)initWithTargetGitOID:(git_oid *)oid repository:(git_repository *
6969

7070
if (gitErr != GIT_OK) {
7171
if (error != NULL) *error = [NSError git_errorFor:gitErr description:@"Unable to read note"];
72-
7372
return nil;
7473
}
7574

@@ -88,7 +87,6 @@ + (NSString *)defaultReferenceNameForRepository:(GTRepository *)repository error
8887
int gitErr = git_note_default_ref(&default_ref_name, repository.git_repository);
8988
if (gitErr != GIT_OK) {
9089
if (error != NULL) *error = [NSError git_errorFor:gitErr description:@"Unable to get default git notes reference name"];
91-
9290
return nil;
9391
}
9492

0 commit comments

Comments
 (0)