From 76b6822ce566140c830b08a167cbe7a94833f2ac Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Fri, 2 Oct 2020 15:55:11 +0300 Subject: [PATCH] Fix indent --- .../Classes/Controllers/BaseOrientationController.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/Classes/Controllers/BaseOrientationController.swift b/Sources/Classes/Controllers/BaseOrientationController.swift index 13a85aff..3d6981d8 100644 --- a/Sources/Classes/Controllers/BaseOrientationController.swift +++ b/Sources/Classes/Controllers/BaseOrientationController.swift @@ -23,8 +23,8 @@ open class BaseOrientationController: UIViewController { return super.supportedInterfaceOrientations } } - - open override var preferredInterfaceOrientationForPresentation: UIInterfaceOrientation { - return forcedInterfaceOrientation ?? super.preferredInterfaceOrientationForPresentation - } + + open override var preferredInterfaceOrientationForPresentation: UIInterfaceOrientation { + return forcedInterfaceOrientation ?? super.preferredInterfaceOrientationForPresentation + } }