1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00
This commit is contained in:
Tae Won Ha 2020-12-11 22:50:53 +01:00
parent ded7df8f11
commit a7d8df72fe
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -71,9 +71,7 @@ class Tab<Rep: TabRepresentative>: NSView {
private var widthConstraint: NSLayoutConstraint?
@objc func closeAction(_ sender: NSButton) {
self.tabBar?.close(tab: self)
}
@objc func closeAction(_: NSButton) { self.tabBar?.close(tab: self) }
}
// MARK: - Private