mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Remove trailing spaces in file xCAT-openbmc-py/lib/python/agent/hwctl/flash.py
This commit is contained in:
		| @@ -16,7 +16,7 @@ class FlashInterface(object): | ||||
|         :param task: a Task instance containing the nodes to act on. | ||||
|         :activate_arg: arg for activate | ||||
|         """ | ||||
|         return task.run('activate_firm', activate_arg)  | ||||
|         return task.run('activate_firm', activate_arg) | ||||
|  | ||||
|     def delete_firm(self, task, delete_id): | ||||
|         """Delete firmware. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user