mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 15:30:49 +08:00 
			
		
		
		
	#271 formatting
This commit is contained in:
		@@ -43,8 +43,7 @@ namespace Ocelot.Requester
 | 
			
		||||
            }
 | 
			
		||||
            catch (BrokenCircuitException exception)
 | 
			
		||||
            {
 | 
			
		||||
                return
 | 
			
		||||
                    new ErrorResponse<HttpResponseMessage>(new RequestTimedOutError(exception));
 | 
			
		||||
                return new ErrorResponse<HttpResponseMessage>(new RequestTimedOutError(exception));
 | 
			
		||||
            }
 | 
			
		||||
            catch (Exception exception)
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user