Skip to content

Commit e5ac998

Browse files
authored
remove extra % char
pls squash with previous commit
1 parent 74d9e7e commit e5ac998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGit/GTBlob.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@implementation GTBlob
4141

4242
- (NSString *)description {
43-
return [NSString stringWithFormat:@"<%@: %p> size: %%lli, content: %@, data = %@", NSStringFromClass([self class]), self, [self size], [self content], [self data]];
43+
return [NSString stringWithFormat:@"<%@: %p> size: %lli, content: %@, data = %@", NSStringFromClass([self class]), self, [self size], [self content], [self data]];
4444
}
4545

4646

0 commit comments

Comments
 (0)