mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 15:30:18 +00:00
Use of stringWithFormat in this situation is overkill.
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
{
|
||||
[commitMessageView setEditable:YES];
|
||||
[commitMessageView setString:@""];
|
||||
[webController setStateMessage:[NSString stringWithFormat:[[notification userInfo] objectForKey:@"description"]]];
|
||||
[webController setStateMessage:[NSString stringWithString:[[notification userInfo] objectForKey:@"description"]]];
|
||||
[repository reloadRefs];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user