Codestyle

This commit is contained in:
Michael Starke
2018-05-09 18:31:23 +02:00
parent f3dbf3beb9
commit bffbc22a68

View File

@@ -204,7 +204,7 @@ typedef NS_ENUM(NSUInteger, MPContentTab) {
return; return;
} }
KPKEntry *entry = [self.representedObject asEntry]; KPKEntry *entry = [self.representedObject asEntry];
if( entry ) { if(entry) {
[entry pushHistory]; [entry pushHistory];
self.didPushHistory = YES; self.didPushHistory = YES;
} }