From 3d3e7dbf4e145690a5640d9f5717ba7d323a53c7 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Sat, 29 Sep 2018 00:52:55 +0200 Subject: [PATCH] codestyle --- MacPass/MPContextBarViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPContextBarViewController.m b/MacPass/MPContextBarViewController.m index 541cfc7e..7e06349d 100644 --- a/MacPass/MPContextBarViewController.m +++ b/MacPass/MPContextBarViewController.m @@ -70,7 +70,7 @@ typedef NS_ENUM(NSUInteger, MPContextTab) { #pragma mark Livecycle - (void)dealloc { - [[NSNotificationCenter defaultCenter] removeObserver:self]; + [NSNotificationCenter.defaultCenter removeObserver:self]; } - (void)awakeFromNib {