Skip to content

Commit 635391e

Browse files
committed
Swift: autopep8 integration tests
1 parent c2171c0 commit 635391e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from create_database_utils import *
22

33
run_codeql_database_create([
4-
'swift package clean',
5-
'swift build'
4+
'swift package clean',
5+
'swift build'
66
], lang='swift')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from create_database_utils import *
22

33
run_codeql_database_create([
4-
'make',
4+
'make',
55
], lang='swift')
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from create_database_utils import *
22

33
run_codeql_database_create([
4-
'swift package clean',
5-
'swift build'
4+
'swift package clean',
5+
'swift build'
66
], lang='swift')
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from create_database_utils import *
22

33
run_codeql_database_create([
4-
'env',
5-
'swift package clean',
6-
'swift build'
4+
'env',
5+
'swift package clean',
6+
'swift build'
77
], lang='swift', keep_trap=True)

swift/integration-tests/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def options():
2222
p = argparse.ArgumentParser()
2323
p.add_argument("--test-dir", "-d", type=pathlib.Path, action="append")
24-
#FIXME: the following should be the default
24+
# FIXME: the following should be the default
2525
p.add_argument("--check-databases", action="store_true")
2626
p.add_argument("--learn", action="store_true")
2727
p.add_argument("--threads", "-j", type=int, default=0)

0 commit comments

Comments
 (0)