From ded7df8f118e4a721083812ca70c2c7a24776ecc Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Fri, 11 Dec 2020 22:49:07 +0100 Subject: [PATCH] Reformat --- Tabs/Sources/Tabs/DraggingSingleRowStackView.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Tabs/Sources/Tabs/DraggingSingleRowStackView.swift b/Tabs/Sources/Tabs/DraggingSingleRowStackView.swift index cf695338..dff63c50 100644 --- a/Tabs/Sources/Tabs/DraggingSingleRowStackView.swift +++ b/Tabs/Sources/Tabs/DraggingSingleRowStackView.swift @@ -149,7 +149,5 @@ class DraggingSingleRowStackView: NSStackView { try views.map { try cacheView(view: $0) } } - private func cacheView(view: NSView) throws -> CachedViewLayer { - try CachedViewLayer(view: view) - } + private func cacheView(view: NSView) throws -> CachedViewLayer { try CachedViewLayer(view: view) } }