mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 16:10:50 +08:00 
			
		
		
		
	Remove multiple concurrent blank lines
SA1507
This commit is contained in:
		@@ -29,7 +29,6 @@ namespace Ocelot.UnitTests.Errors
 | 
			
		||||
        private DownstreamContext _downstreamContext;
 | 
			
		||||
        private OcelotRequestDelegate _next;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        public ExceptionHandlerMiddlewareTests()
 | 
			
		||||
        {
 | 
			
		||||
            _provider = new Mock<IOcelotConfigurationProvider>();
 | 
			
		||||
@@ -174,7 +173,6 @@ namespace Ocelot.UnitTests.Errors
 | 
			
		||||
                .Setup(x => x.Get()).ReturnsAsync(response);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        private void GivenAnExceptionWillNotBeThrownDownstream()
 | 
			
		||||
        {
 | 
			
		||||
            _shouldThrowAnException = false;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user