Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 49e06c6

Browse files
authored
Remove space in shebang.
1 parent 41a79f1 commit 49e06c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppcheck_junit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#!/usr/bin/env python3
22

33
"""Converts Cppcheck XML version 2 output to JUnit XML format."""
44

0 commit comments

Comments
 (0)