mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 12:10:50 +08:00 
			
		
		
		
	Fix brace line spacing and remove multiple concurrent whitespace characters
SA1025, SA1505, SA1508, SA-1509, SA1513
This commit is contained in:
		@@ -9,13 +9,13 @@ namespace Ocelot.UnitTests.Requester
 | 
			
		||||
    {
 | 
			
		||||
        public FakeDelegatingHandler()
 | 
			
		||||
        {
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public FakeDelegatingHandler(int order)
 | 
			
		||||
        {
 | 
			
		||||
            Order = order;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public int Order {get;private set;}
 | 
			
		||||
        public DateTime TimeCalled {get;private set;}
 | 
			
		||||
 | 
			
		||||
@@ -25,4 +25,4 @@ namespace Ocelot.UnitTests.Requester
 | 
			
		||||
            return new HttpResponseMessage();
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user