Compare commits

...

1 Commits

Author SHA1 Message Date
Patrick Kladek 7dda72edf5 fix Opening Brace Spacing Violation 2018-03-22 15:57:29 +01:00
@@ -32,7 +32,7 @@ final class DropAcceptingTextView: NSTextView {
}
override func performDragOperation(_ sender: NSDraggingInfo) -> Bool {
if let fileURL = sender.fileURLs.first {
if let fileURL = sender.fileURLs.first {
self.handleDroppedFile?(fileURL)
return true
}