Skip to content

Commit

Permalink
OCD consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt committed Jan 11, 2023
1 parent 645ee55 commit b8e1857
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions KompleteSynthesia/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ @interface AppDelegate ()

@implementation AppDelegate

- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Hide application icon.
[[NSApplication sharedApplication] setActivationPolicy:NSApplicationActivationPolicyAccessory];

Expand Down Expand Up @@ -83,11 +84,12 @@ - (void)showLog:(id)sender
}
}

- (void)applicationWillTerminate:(NSNotification *)aNotification {
// Insert code here to tear down your application
- (void)applicationWillTerminate:(NSNotification *)aNotification
{
}

- (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app {
- (BOOL)applicationSupportsSecureRestorableState:(NSApplication *)app
{
return YES;
}

Expand Down

0 comments on commit b8e1857

Please sign in to comment.