Skip to content

Commit

Permalink
Fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Oct 4, 2023
1 parent 1087405 commit b52ed91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ let f (json: string) (jsonStream: System.IO.Stream) =
let _ = JsonSerializer.Deserialize<string>(json, new JsonSerializerOptions ())
let _ = JsonSerializer.DeserializeAsync<string>(jsonStream, new JsonSerializerOptions ())
let _ = JsonSerializer.DeserializeAsyncEnumerable<string>(jsonStream, new JsonSerializerOptions ())
()
()

0 comments on commit b52ed91

Please sign in to comment.