Skip to content

Commit 5de41a3

Browse files
author
Robert Gummesson
committed
removed whitespace
1 parent 9a885fa commit 5de41a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

BuildTimeAnalyzer/ViewController.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,7 @@ class ViewController: NSViewController {
146146
}
147147

148148
@IBAction func visitDerivedData(_ sender: AnyObject) {
149-
150-
let path = self.derivedDataTextField.stringValue
151-
152-
NSWorkspace.shared().openFile(path)
153-
149+
NSWorkspace.shared().openFile(derivedDataTextField.stringValue)
154150
}
155151

156152

0 commit comments

Comments
 (0)