Remove multiple concurrent blank lines

SA1507
This commit is contained in:
Philip Wood
2018-03-03 13:26:27 +00:00
parent edbed051de
commit 167fbb3daf
45 changed files with 6 additions and 65 deletions

View File

@ -45,7 +45,6 @@ namespace Ocelot.UnitTests.Responder
ShouldMapErrorToStatusCode(OcelotErrorCode.RequestTimedOutError, HttpStatusCode.ServiceUnavailable);
}
[Theory]
[InlineData(OcelotErrorCode.CannotAddDataError)]
[InlineData(OcelotErrorCode.CannotFindDataError)]