1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00
This commit is contained in:
Tae Won Ha 2020-12-11 22:49:07 +01:00
parent 5464229135
commit ded7df8f11
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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) }
}