mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-29 22:24:44 +00:00 
			
		
		
		
	Fix flake8 errors: E225 missing whitespace around operator
This commit is contained in:
		| @@ -29,7 +29,7 @@ def test_match(stderr, script): | ||||
|  | ||||
| @pytest.mark.parametrize('script', ['brew link coreutils']) | ||||
| def test_not_match(script): | ||||
|     stderr='' | ||||
|     stderr = '' | ||||
|     assert not match(Command(script=script, stderr=stderr)) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user