mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-31 07:04:12 +00:00 
			
		
		
		
	Fix flake8 errors: E122 continuation line missing indentation or outdented
This commit is contained in:
		| @@ -171,9 +171,9 @@ class Rule(object): | |||||||
|         return 'Rule(name={}, match={}, get_new_command={}, ' \ |         return 'Rule(name={}, match={}, get_new_command={}, ' \ | ||||||
|                'enabled_by_default={}, side_effect={}, ' \ |                'enabled_by_default={}, side_effect={}, ' \ | ||||||
|                'priority={}, requires_output)'.format( |                'priority={}, requires_output)'.format( | ||||||
|             self.name, self.match, self.get_new_command, |                     self.name, self.match, self.get_new_command, | ||||||
|             self.enabled_by_default, self.side_effect, |                     self.enabled_by_default, self.side_effect, | ||||||
|             self.priority, self.requires_output) |                     self.priority, self.requires_output) | ||||||
|  |  | ||||||
|     @classmethod |     @classmethod | ||||||
|     def from_path(cls, path): |     def from_path(cls, path): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user