fix dos line endings (grumble @ MSFT tooling)

This commit is contained in:
Colin McMillen 2020-11-30 11:27:07 -05:00
parent 273f4958b8
commit d5412c0173
2 changed files with 37 additions and 37 deletions

View File

@ -1,4 +1,4 @@
using System; using System;
using static System.Console; using static System.Console;
using System.Collections.Generic; using System.Collections.Generic;
using Xunit; using Xunit;