Skip to content

Commit b7cfc9e

Browse files
committed
fix:lint
1 parent 15ecf8d commit b7cfc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/LSP/Registry/PackageManagers/Install/PackageManagerInstallOperation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ final class PackageManagerInstallOperation: ObservableObject, Identifiable {
6868
private var operationTask: Task<Void, Error>?
6969
private var confirmationContinuation: CheckedContinuation<Void, Never>?
7070
private var outputIdx = 0
71-
71+
7272
/// Create a new operation using a list of steps and a package description.
7373
/// See ``PackageManagerProtocol`` for
7474
/// - Parameters:

0 commit comments

Comments
 (0)