Formatting: add missing semi-colon to CPWindowController.j

This commit is contained in:
daniel
2018-04-04 15:14:06 -07:00
parent be6cb266de
commit 1ea9a6c57f
+1 -1
View File
@@ -364,7 +364,7 @@
{
[viewControllerView removeFromSuperview];
[viewControllerView setFrame:[contentView frame]];
[viewControllerView setAutoresizingMask:[contentView autoresizingMask]]
[viewControllerView setAutoresizingMask:[contentView autoresizingMask]];
[[self window] setContentView:viewControllerView];
}
else