Skip to content

Commit

Permalink
remove formatting that is not required given the containting conditio…
Browse files Browse the repository at this point in the history
…nal and that fixes compiler warning for hhd in format
  • Loading branch information
David Redenbaugh committed Aug 21, 2014
1 parent 9f20bcf commit 7f9e59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Component/private/CPAnimationStep.m
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ - (NSString*) description {
[result appendFormat:@"options:%lu ", (unsigned long)self.options];
}
if (self.cancelRequested) {
[result appendFormat:@"cancel Requested:%hhd ", self.cancelRequested ];
[result appendString: @"cancel requested " ];
}
[result appendFormat:@"animate:%@", self.step];
[result appendString:@"]"];
Expand Down

0 comments on commit 7f9e59f

Please sign in to comment.