Skip to content

Commit a5e2510

Browse files
committed
lint:fix
1 parent f14ed34 commit a5e2510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/Documents/CodeFileDocument/CodeFileDocument.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ final class CodeFileDocument: NSDocument, ObservableObject {
175175
}
176176
NotificationCenter.default.post(name: Self.didOpenNotification, object: self)
177177
}
178-
178+
179179
/// If this file is already open and being tracked by an undo manager, we register an undo mutation
180180
/// of the entire contents. This allows the user to undo changes that occurred outside of CodeEdit
181181
/// while the file was displayed in CodeEdit.

0 commit comments

Comments
 (0)