1
1
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:
Tae Won Ha 2017-04-02 22:12:14 +02:00
parent 6481092003
commit af7c8bbf2c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

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