Skip to content

Commit a519bda

Browse files
committed
fix: add missing comma
1 parent d986886 commit a519bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipe/pipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def filter_paths(path):
137137
"-d",
138138
"memory_limit=512M",
139139
"--report=junit",
140-
"--report-file=test-results/phpcs.xml"
140+
"--report-file=test-results/phpcs.xml",
141141
f"--standard={self.standards}"
142142
] + changed_files
143143

0 commit comments

Comments
 (0)