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