mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
Reformat
This commit is contained in:
parent
5464229135
commit
ded7df8f11
@ -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) }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user