From 5c1841c3d2b5b776c2b98a125fc6371b5286b8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:11:20 +0000 Subject: [PATCH] Bump fantomas from 6.3.0-alpha-005 to 6.3.0-alpha-007 (#74) * Bump fantomas from 6.3.0-alpha-005 to 6.3.0-alpha-007 Bumps [fantomas](https://github.com/fsprojects/fantomas) from 6.3.0-alpha-005 to 6.3.0-alpha-007. - [Release notes](https://github.com/fsprojects/fantomas/releases) - [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsprojects/fantomas/commits) --- updated-dependencies: - dependency-name: fantomas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Fix * Reformat --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 --- .config/dotnet-tools.json | 2 +- ConsumePlugin/GeneratedVault.fs | 7 +------ .../TestHttpClient/TestPureGymRestApi.fs | 5 +---- nix/deps.nix | 4 ++-- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index be4ccec..78b5b98 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fantomas": { - "version": "6.3.0-alpha-005", + "version": "6.3.0-alpha-007", "commands": [ "fantomas" ] diff --git a/ConsumePlugin/GeneratedVault.fs b/ConsumePlugin/GeneratedVault.fs index 4abd2b1..1a1f5dd 100644 --- a/ConsumePlugin/GeneratedVault.fs +++ b/ConsumePlugin/GeneratedVault.fs @@ -462,12 +462,7 @@ module VaultClient = let make (client : System.Net.Http.HttpClient) : IVaultClient = { new IVaultClient with member _.GetSecret - ( - jwt : JwtVaultResponse, - path : string, - mountPoint : string, - ct : CancellationToken option - ) + (jwt : JwtVaultResponse, path : string, mountPoint : string, ct : CancellationToken option) = async { let! ct = Async.CancellationToken diff --git a/WoofWare.Myriad.Plugins.Test/TestHttpClient/TestPureGymRestApi.fs b/WoofWare.Myriad.Plugins.Test/TestHttpClient/TestPureGymRestApi.fs index acc4960..48ef431 100644 --- a/WoofWare.Myriad.Plugins.Test/TestHttpClient/TestPureGymRestApi.fs +++ b/WoofWare.Myriad.Plugins.Test/TestHttpClient/TestPureGymRestApi.fs @@ -209,10 +209,7 @@ module TestPureGymRestApi = [] let ``Test GetSessions`` - ( - baseUri : Uri, - (startDate : DateOnly, (endDate : DateOnly, (json : string, expected : Sessions))) - ) + (baseUri : Uri, (startDate : DateOnly, (endDate : DateOnly, (json : string, expected : Sessions)))) = let proc (message : HttpRequestMessage) : HttpResponseMessage Async = async { diff --git a/nix/deps.nix b/nix/deps.nix index 4acaa01..350a140 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -8,8 +8,8 @@ }) (fetchNuGet { pname = "fantomas"; - version = "6.3.0-alpha-005"; - sha256 = "sha256-Jmo7s8JMdQ8SxvNvPnryfE7n24mIgKi5cbgNwcQw3yU="; + version = "6.3.0-alpha-007"; + sha256 = "sha256-uZw6h6k/DS4BcYtK9cv8TLS0H8MZDO3WBaPPTdtTgu0="; }) (fetchNuGet { pname = "ApiSurface";