mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Clean up extra spaces last one (#7904)
Although these errors are not important, they affect the code specification.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
approvers:
|
||||
- woopstar
|
||||
- ant31
|
||||
- ant31
|
||||
reviewers:
|
||||
- woopstar
|
||||
- ant31
|
||||
- ant31
|
||||
|
||||
@@ -27,7 +27,7 @@ class Data:
|
||||
self.db = Base(':memory:')
|
||||
self.db.create('container_manager', 'network_plugin', 'operating_system')
|
||||
|
||||
|
||||
|
||||
def set(self, container_manager, network_plugin, operating_system):
|
||||
self.db.insert(container_manager=container_manager, network_plugin=network_plugin, operating_system=operating_system)
|
||||
self.db.commit()
|
||||
|
||||
Reference in New Issue
Block a user