Skip to content

Commit 46c94d1

Browse files
committed
SwiftLint fix
1 parent 17b940f commit 46c94d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/Documents/WorkspaceDocument/WorkspaceDocument+Index.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extension WorkspaceDocument.SearchState {
2424
isLoading: true
2525
)
2626
}
27-
27+
2828
let (progressStream, continuation) = AsyncStream<Double>.makeStream()
2929
// Dispatch this now, we want to continue after starting to monitor
3030
Task { await self.monitorProgressStream(progressStream, activityId: activity.id) }

0 commit comments

Comments
 (0)