From acae56bf3e620fc78ea558a9ea9a8bba17edf108 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Mon, 18 Jan 2016 11:47:24 -0800 Subject: [PATCH] Add missing newline at end of file. --- Statusfy/SFYAppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Statusfy/SFYAppDelegate.m b/Statusfy/SFYAppDelegate.m index df0e6ae..6775ba2 100644 --- a/Statusfy/SFYAppDelegate.m +++ b/Statusfy/SFYAppDelegate.m @@ -165,4 +165,4 @@ - (void)quit [[NSApplication sharedApplication] terminate:self]; } -@end \ No newline at end of file +@end