Skip to content

Commit ec9c13d

Browse files
authored
Merge pull request #21 from ponomarenkoartur/fix-open-file
Fix open file
2 parents 41004b0 + 79c9242 commit ec9c13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-swiftformat/X-SwiftFormat/Source/doc/XSFDoc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Cocoa
33
let kReadXSFFileNotification = NSNotification.Name(rawValue: "kReadXSFFileNotification")
44

55
enum XSFDocType: String {
6-
case swiftformat = ""
6+
case swiftformat = "swift-format"
77
}
88

99
class XSFDoc: NSDocument {

0 commit comments

Comments
 (0)