Skip to content

Commit 27f90f0

Browse files
thecoolwinterlukepistrol
authored andcommitted
Fix lint warning
1 parent 605cf54 commit 27f90f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeEdit/Features/Documents/Controllers/CodeEditSplitViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ final class CodeEditSplitViewController: NSSplitViewController {
7878
return proposedPosition
7979
}
8080

81-
/// Quick fix for list tracking separator needing to be added again after closing, then opening the inspector with a drag.
81+
/// Quick fix for list tracking separator needing to be added again after closing,
82+
/// then opening the inspector with a drag.
8283
private func insertToolbarItemIfNeeded() {
8384
guard !(
8485
view.window?.toolbar?.items.contains(where: { $0.itemIdentifier == .itemListTrackingSeparator }) ?? true

0 commit comments

Comments
 (0)