From 82a5d343dde5ee744c65e1ab37f569bb630edd1e Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 26 Sep 2020 21:40:16 +0200 Subject: [PATCH] Formatting --- FastRngTests/Double/Distributions/Beta.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/FastRngTests/Double/Distributions/Beta.cs b/FastRngTests/Double/Distributions/Beta.cs index 9820055..5da90b9 100644 --- a/FastRngTests/Double/Distributions/Beta.cs +++ b/FastRngTests/Double/Distributions/Beta.cs @@ -93,7 +93,5 @@ namespace FastRngTests.Double.Distributions Assert.DoesNotThrowAsync(async () => await dist.GetDistributedValue()); Assert.That(await dist.GetDistributedValue(), Is.NaN); } - - } } \ No newline at end of file