mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-01 10:02:36 +03:00
GH-383 Reformat
This commit is contained in:
parent
6481092003
commit
af7c8bbf2c
@ -53,9 +53,9 @@ class HtmlPreviewTool: NSView, UiComponent {
|
||||
}
|
||||
|
||||
self.monitor = FileSystemEventMonitor(pathsToWatch: [htmlFileUrl.path],
|
||||
latency: fileSystemEventsLatency,
|
||||
watchRoot: false,
|
||||
queue: monitorDispatchQueue)
|
||||
latency: fileSystemEventsLatency,
|
||||
watchRoot: false,
|
||||
queue: monitorDispatchQueue)
|
||||
{ [unowned self] events in
|
||||
self.webview.load(URLRequest(url: serverUrl.payload))
|
||||
}
|
||||
@ -116,7 +116,7 @@ extension HtmlPreviewTool {
|
||||
}
|
||||
}
|
||||
|
||||
let selectHtmlFile = NSButton(forAutoLayout:())
|
||||
let selectHtmlFile = NSButton(forAutoLayout: ())
|
||||
|
||||
init() {
|
||||
super.init(frame: .zero)
|
||||
|
Loading…
Reference in New Issue
Block a user