Skip to content

Commit 066857a

Browse files
committed
fix:lint
1 parent ba3b3e9 commit 066857a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/CodeSuggestion/TableView/CodeSuggestionPreviewView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ final class CodeSuggestionPreviewView: NSVisualEffectView {
9292
stackView.trailingAnchor.constraint(equalTo: trailingAnchor, constant: -13)
9393
])
9494
}
95-
95+
9696
required init?(coder: NSCoder) {
9797
fatalError("init(coder:) has not been implemented")
9898
}

0 commit comments

Comments
 (0)