Clean up extra spaces last one (#7904)
Although these errors are not important, they affect the code specification.pull/7912/head
parent
1c3d33e146
commit
6b5da84014
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue