Skip to content

Commit 7b8e023

Browse files
committed
Fix formatting
1 parent 4c79c2e commit 7b8e023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-post-commit-analyzer-run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
def run_analyzer(data):
1010
os.chdir(data["directory"])
1111
command = (
12-
data["command"]
12+
data["command"]
1313
+ f" --analyze --analyzer-output html -o analyzer-results -Xclang -analyzer-config -Xclang max-nodes=75000"
1414
)
1515
print(command)

0 commit comments

Comments
 (0)