From 45461f96744ddd530a25eb0379a74f83e2c9e298 Mon Sep 17 00:00:00 2001 From: Jason Wolkovitz Date: Thu, 1 Nov 2018 19:05:58 -0400 Subject: [PATCH] removed Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace) --- Source/ScrollingNavbar+Sizes.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/ScrollingNavbar+Sizes.swift b/Source/ScrollingNavbar+Sizes.swift index 1a2cabcf..57fa55c3 100644 --- a/Source/ScrollingNavbar+Sizes.swift +++ b/Source/ScrollingNavbar+Sizes.swift @@ -33,7 +33,6 @@ extension ScrollingNavigationController { appHeight = superView.bounds.height nextView = superView.superview } - return abs(appHeight - (UIApplication.shared.delegate?.window??.frame.size.height ?? UIScreen.main.bounds.height)) }