Skip to content

Commit 570b5fc

Browse files
committed
place backticks around FileManager.default
1 parent 49bcd5c commit 570b5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSFileManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ open class FileManager: NSObject {
7070

7171
/* Returns the default singleton instance.
7272
*/
73-
public static let default = FileManager()
73+
public static let `default` = FileManager()
7474

7575
/* Returns an NSArray of NSURLs locating the mounted volumes available on the computer. The property keys that can be requested are available in NSURL.
7676
*/

0 commit comments

Comments
 (0)