Skip to content

Commit b93585b

Browse files
committed
Fix trailing whitespace in WorkspaceView
Unblocks SwiftLint CI on the PR.
1 parent 6111cf4 commit b93585b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEdit/WorkspaceView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct WorkspaceView: View {
8787
.task {
8888
// Only refresh git data if source control is enabled
8989
guard sourceControlIsEnabled else { return }
90-
90+
9191
do {
9292
try await sourceControlManager.refreshRemotes()
9393
try await sourceControlManager.refreshStashEntries()

0 commit comments

Comments
 (0)