Remove superfluous whitespace in docstring
This commit is contained in:
		
							parent
							
								
									1bea7e6985
								
							
						
					
					
						commit
						98209e92ee
					
				| 
						 | 
					@ -297,8 +297,8 @@ def get_actual_log_level(config, setting_name):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def pytest_configure(config):
 | 
					def pytest_configure(config):
 | 
				
			||||||
    """Always register the log catcher plugin with py.test or tests can't
 | 
					    """Always register the logging plugin with py.test or tests can't
 | 
				
			||||||
    find the  fixture function.
 | 
					    find the fixture function.
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
    log_cli_level = get_actual_log_level(config, 'log_cli_level')
 | 
					    log_cli_level = get_actual_log_level(config, 'log_cli_level')
 | 
				
			||||||
    if log_cli_level is None:
 | 
					    if log_cli_level is None:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue