From ed8c246f996ed9f068dca62a3d2f5c1b6721b1f4 Mon Sep 17 00:00:00 2001 From: nojaf Date: Thu, 5 Oct 2023 09:05:48 +0200 Subject: [PATCH] LF for expected files --- .gitattributes | 3 ++- .../jsonserializeroptions/Deserialize calls with new ctor.fs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2b2d87f..e41af91 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,5 @@ # Always use lf for F# files *.fs text eol=lf *.fsx text eol=lf -*.fsi text eol=lf \ No newline at end of file +*.fsi text eol=lf +*.expected text eol=lf diff --git a/tests/data/jsonserializeroptions/Deserialize calls with new ctor.fs b/tests/data/jsonserializeroptions/Deserialize calls with new ctor.fs index 60e5ab8..0dd5d1c 100644 --- a/tests/data/jsonserializeroptions/Deserialize calls with new ctor.fs +++ b/tests/data/jsonserializeroptions/Deserialize calls with new ctor.fs @@ -6,4 +6,4 @@ let f (json: string) (jsonStream: System.IO.Stream) = let _ = JsonSerializer.Deserialize(json, new JsonSerializerOptions ()) let _ = JsonSerializer.DeserializeAsync(jsonStream, new JsonSerializerOptions ()) let _ = JsonSerializer.DeserializeAsyncEnumerable(jsonStream, new JsonSerializerOptions ()) - () \ No newline at end of file + ()