Browse Source

Clean up extra spaces last one (#7904)

Although these errors are not important, they affect the code specification.
pull/7912/head
jayonlau 3 years ago
committed by GitHub
parent
commit
6b5da84014
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. 4
      test-infra/image-builder/OWNERS
  2. 2
      tests/scripts/md-table/main.py

4
test-infra/image-builder/OWNERS

@ -2,7 +2,7 @@
approvers:
- woopstar
- ant31
- ant31
reviewers:
- woopstar
- ant31
- ant31

2
tests/scripts/md-table/main.py

@ -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…
Cancel
Save