ci: format ./twitch-eventsub-ws (#6647)

This commit is contained in:
pajlada
2025-12-14 15:00:57 +01:00
committed by GitHub
parent 7657d7f679
commit b9cf385a40
24 changed files with 53 additions and 26 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ def main():
log.debug(f"{header_path}: definition={def_path}, implementation={source_path}")
(definition, implementation) = generate(header_path, args.includes)
(definition, implementation) = generate(header_path, source_path, args.includes)
# ensure directories are created
Path(def_path).parent.mkdir(parents=True, exist_ok=True)