bytebeat_compiler.py: format: fix indentation
This commit is contained in:
parent
3d9a39a85c
commit
65fac992d6
@ -66,8 +66,8 @@ def substitute_vars(replacements: dict, text: str, verbose: bool) -> str:
|
||||
if verbose and placeholder != "bytebeat_contents":
|
||||
print(placeholder, ": ", replacement, sep="")
|
||||
text = text.replace(f"`{placeholder}`", str(replacement))
|
||||
if verbose:
|
||||
print()
|
||||
if verbose:
|
||||
print()
|
||||
return text
|
||||
|
||||
CC = fetch("CC")
|
||||
|
Loading…
Reference in New Issue
Block a user