Skip to content

Commit 0bacb36

Browse files
committed
fix: restore let _ = in ViewBuilder broken by SwiftLint auto-fix
1 parent 3629ab1 commit 0bacb36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TablePro/Views/Main/Child/MainEditorContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ struct MainEditorContentView: View {
479479
let showEmptySpaceMenu = isEditable && tab.tableName != nil
480480

481481
// Update delegate state for current render
482-
_ = {
482+
let _ = { // swiftlint:disable:this redundant_discardable_let
483483
dataTabDelegate.coordinator = coordinator
484484
dataTabDelegate.columnVisibilityManager = columnVisibilityManager
485485
dataTabDelegate.selectedRowIndices = $selectedRowIndices

0 commit comments

Comments
 (0)