Merge pull request #719 from fellerts/shebang

Fix shebang placement
This commit is contained in:
Mark VanderVoord
2024-03-20 09:28:57 -04:00
committed by GitHub

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# =========================================================================
# Unity - A Test Framework for C
# ThrowTheSwitch.org
@ -5,7 +6,6 @@
# SPDX-License-Identifier: MIT
# =========================================================================
#!/usr/bin/env python3
import re
import sys