From 1ea9a6c57f6b0eb17be3181ff953e7383658c0f7 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 4 Apr 2018 15:14:06 -0700 Subject: [PATCH] Formatting: add missing semi-colon to CPWindowController.j --- AppKit/CPWindowController.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPWindowController.j b/AppKit/CPWindowController.j index 2cfa3669c..c23702feb 100644 --- a/AppKit/CPWindowController.j +++ b/AppKit/CPWindowController.j @@ -364,7 +364,7 @@ { [viewControllerView removeFromSuperview]; [viewControllerView setFrame:[contentView frame]]; - [viewControllerView setAutoresizingMask:[contentView autoresizingMask]] + [viewControllerView setAutoresizingMask:[contentView autoresizingMask]]; [[self window] setContentView:viewControllerView]; } else