Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
6b5da840
Unverified
Commit
6b5da840
authored
3 years ago
by
jayonlau
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test-infra/image-builder/OWNERS
+2
-2
2 additions, 2 deletions
test-infra/image-builder/OWNERS
tests/scripts/md-table/main.py
+1
-1
1 addition, 1 deletion
tests/scripts/md-table/main.py
with
3 additions
and
3 deletions
test-infra/image-builder/OWNERS
+
2
−
2
View file @
6b5da840
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
approvers:
approvers:
- woopstar
- woopstar
- ant31
- ant31
reviewers:
reviewers:
- woopstar
- woopstar
- ant31
- ant31
This diff is collapsed.
Click to expand it.
tests/scripts/md-table/main.py
+
1
−
1
View file @
6b5da840
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment