Skip to content

Commit 326319b

Browse files
committed
fix:lint
1 parent 2dbcdd5 commit 326319b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeEdit/Features/NavigatorArea/Models/NavigatorTab.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ enum NavigatorTab: WorkspacePanelTab {
6161
}
6262
}
6363

64-
@ViewBuilder func bottomView(workspace: WorkspaceDocument) -> some View {
64+
@ViewBuilder
65+
func bottomView(workspace: WorkspaceDocument) -> some View {
6566
switch self {
6667
case .project:
6768
ProjectNavigatorToolbarBottom()

0 commit comments

Comments
 (0)