Skip to content

Commit

Permalink
chore(deps): update dependency fantomas to v6.3.0 (#25)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency fantomas to v6.3.0

* Run formatter

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Erik Rasmussen <[email protected]>
  • Loading branch information
renovate[bot] and UnstoppableMango authored Mar 16, 2024
1 parent 6a430f2 commit c17a336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"fantomas": {
"version": "6.2.3",
"version": "6.3.0",
"commands": [
"fantomas"
]
Expand Down
6 changes: 2 additions & 4 deletions src/CliWrap.FSharp/PipeBuilder.fs
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ type PipeBuilder() =

[<EditorBrowsable(EditorBrowsableState.Never)>]
member this.Combine
(
source: Command,
(stdout: string -> CancellationToken -> Task, stderr: string -> CancellationToken -> Task)
) =
(source: Command, (stdout: string -> CancellationToken -> Task, stderr: string -> CancellationToken -> Task))
=
this.Combine(source, (PipeTarget.ToDelegate(stdout), PipeTarget.ToDelegate(stderr)))

[<EditorBrowsable(EditorBrowsableState.Never)>]
Expand Down

0 comments on commit c17a336

Please sign in to comment.