Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLyon committed Mar 22, 2024
1 parent 7dc77cd commit c44c0ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Script/Output Capture.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Shwift

public func outputOf(_ operation: @escaping () async throws -> Void) async throws -> String {
let lines = try await Shell.PipableCommand(operation) | reduce(into: []) { $0.append($1) }
return lines.joined(separator: "\n")
Expand Down

0 comments on commit c44c0ab

Please sign in to comment.