Skip to content

Commit 047bf9a

Browse files
committed
Ergonomic improvements in the tests
1 parent 8962756 commit 047bf9a

File tree

2 files changed

+99
-81
lines changed

2 files changed

+99
-81
lines changed

Sources/Subprocess/PipeConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ public func pipe(
10121012

10131013
/// Create a single-stage pipeline with a Configuration
10141014
public func pipe(
1015-
configuration: Configuration,
1015+
_ configuration: Configuration,
10161016
options: ProcessStageOptions = .default
10171017
) -> [PipeStage] {
10181018
return [PipeStage(configuration: configuration, options: options)]

0 commit comments

Comments
 (0)