mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 20:30:50 +08:00 
			
		
		
		
	Fix single-line comment spacing
SA1512, SA1515
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user