Remove blank lines at start/end of files

SA1517, SA1518
This commit is contained in:
Philip Wood
2018-03-03 13:16:26 +00:00
parent c61dc9fd11
commit edbed051de
4 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNetCore.Hosting;
@ -55,4 +54,4 @@ namespace Ocelot.AcceptanceTests
_steps.Dispose();
}
}
}
}