mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 08:55:28 +08:00 
			
		
		
		
	Remove multiple concurrent blank lines
SA1507
This commit is contained in:
		@@ -93,7 +93,6 @@ namespace Ocelot.UnitTests.Claims
 | 
			
		||||
               .BDDfy();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        private void GivenClaimsToThings(List<ClaimToThing> configuration)
 | 
			
		||||
        {
 | 
			
		||||
            _claimsToThings = configuration;
 | 
			
		||||
 
 | 
			
		||||
@@ -68,7 +68,6 @@ namespace Ocelot.UnitTests.Claims
 | 
			
		||||
            _middleware.Invoke(_downstreamContext).GetAwaiter().GetResult();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        private void GivenTheDownStreamRouteIs(DownstreamRoute downstreamRoute)
 | 
			
		||||
        {
 | 
			
		||||
            _downstreamContext.TemplatePlaceholderNameAndValues = downstreamRoute.TemplatePlaceholderNameAndValues;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user