Skip to content

Commit f39842e

Browse files
author
--replace-all
committed
Whitespace— Again.
1 parent 02f4598 commit f39842e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/GTTag.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ - (GTObject *)target {
5555
git_object *t;
5656
int gitError = git_tag_target(&t, self.git_tag);
5757
if (gitError < GIT_OK) return nil;
58-
5958
return [GTObject objectWithObj:(git_object *)t inRepository:self.repository];
6059
}
6160

0 commit comments

Comments
 (0)