From 5b242dd42fbf7022d366077e6b0f652e2361f9de Mon Sep 17 00:00:00 2001 From: Yaakov Date: Sat, 25 Sep 2021 23:07:42 +1000 Subject: [PATCH] more line endings wizardry --- shamir.sln | 2 +- src/console/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shamir.sln b/shamir.sln index 6dea34d..a0e6e9c 100644 --- a/shamir.sln +++ b/shamir.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30114.105 diff --git a/src/console/Program.cs b/src/console/Program.cs index aa11f10..f28e7b0 100644 --- a/src/console/Program.cs +++ b/src/console/Program.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics;