Skip to content

Commit 10420c9

Browse files
author
David Catmull
committed
Fix indentation
1 parent b4ea30c commit 10420c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjectiveGit/GTOID.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ - (const git_oid *)git_oid {
2929
- (NSString *)SHA {
3030
char *SHA = git_oid_tostr_s(self.git_oid);
3131
NSString *str = [[NSString alloc] initWithBytes:SHA
32-
length:GIT_OID_HEXSZ
33-
encoding:NSUTF8StringEncoding];
32+
length:GIT_OID_HEXSZ
33+
encoding:NSUTF8StringEncoding];
3434
NSAssert(str != nil, @"Failed to create SHA string");
3535
return str;
3636
}

0 commit comments

Comments
 (0)