mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
Codestyle
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user