Skip to content

Commit af1f082

Browse files
committed
place backticks around FileManager.default
1 parent 639362f commit af1f082

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