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

@ -63,4 +63,3 @@ namespace Ocelot.Authentication.Middleware
} }
} }
} }

View File

@ -1,5 +1,4 @@
 namespace Ocelot.Configuration.File
namespace Ocelot.Configuration.File
{ {
public class FileGlobalConfiguration public class FileGlobalConfiguration
{ {

View File

@ -92,4 +92,3 @@
} }
} }
} }

View File

@ -1,4 +1,3 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting;