Skip to content

Commit a07c211

Browse files
committed
add newline
1 parent d611471 commit a07c211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/utils/detect_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ def remove_undefined_components(component: str) -> bool:
210210
)
211211
args = parser.parse_args()
212212

213-
main(map(lambda c: c.strip(), args.components.split(',')))
213+
main(map(lambda c: c.strip(), args.components.split(',')))

0 commit comments

Comments
 (0)