mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 17:40:50 +08:00 
			
		
		
		
	Fix multiple statements on single line
SA1107
This commit is contained in:
		@@ -588,7 +588,8 @@ namespace Ocelot.UnitTests.Configuration
 | 
			
		||||
                        AuthenticationOptions = new FileAuthenticationOptions()
 | 
			
		||||
                        {
 | 
			
		||||
                            AuthenticationProviderKey = "Test"
 | 
			
		||||
                        }                    }
 | 
			
		||||
                        }                   
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }))
 | 
			
		||||
                .When(x => x.WhenIValidateTheConfiguration())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user