Skip to content
Snippets Groups Projects
Unverified Commit 6b5da840 authored by jayonlau's avatar jayonlau Committed by GitHub
Browse files

Clean up extra spaces last one (#7904)

Although these errors are not important, they affect the code specification.
parent 1c3d33e1
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
approvers: approvers:
- woopstar - woopstar
- ant31 - ant31
reviewers: reviewers:
- woopstar - woopstar
- ant31 - ant31
...@@ -27,7 +27,7 @@ class Data: ...@@ -27,7 +27,7 @@ class Data:
self.db = Base(':memory:') self.db = Base(':memory:')
self.db.create('container_manager', 'network_plugin', 'operating_system') self.db.create('container_manager', 'network_plugin', 'operating_system')
def set(self, 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.insert(container_manager=container_manager, network_plugin=network_plugin, operating_system=operating_system)
self.db.commit() self.db.commit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment