Remove cmake-format (#50)

This commit is contained in:
Regen
2022-04-30 02:54:19 +09:00
committed by GitHub
parent 6a3140f105
commit 722dae419e
3 changed files with 5 additions and 2 deletions

View File

@@ -154,3 +154,7 @@ def main(argss: Optional[List[str]] = None) -> None:
print(diffstr, end="")
else:
print(formatted, end="")
if __name__ == "__main__":
main()