Fix excess newline

This commit is contained in:
Dean Herbert
2019-02-14 12:06:26 +09:00
parent a4322bb004
commit f9f447d77d

View File

@@ -73,7 +73,6 @@ namespace osu.Framework.iOS
private bool needsResizeFrameBuffer;
public void RequestResizeFrameBuffer() => needsResizeFrameBuffer = true;
public override void LayoutSubviews()
{
base.LayoutSubviews();