Fix single-line comment spacing

SA1512, SA1515
This commit is contained in:
Philip Wood
2018-03-03 13:34:19 +00:00
parent f24c0a0510
commit b18c8e5f2b
11 changed files with 27 additions and 10 deletions

View File

@ -21,8 +21,10 @@ namespace Ocelot.UnitTests.Infrastructure
_httpDataRepository = new HttpDataRepository(_httpContextAccessor);
}
//TODO - Additional tests -> Type mistmatch aka Add string, request int
//TODO - Additional tests -> HttpContent null. This should never happen
/*
TODO - Additional tests -> Type mistmatch aka Add string, request int
TODO - Additional tests -> HttpContent null. This should never happen
*/
[Fact]
public void get_returns_correct_key_from_http_context()