Skip to content

Commit 656da3f

Browse files
authored
fix: indentation mistake
1 parent b11449e commit 656da3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def metaext(src):
6565
def sanitize_meta(value: str) -> str:
6666
"""Sanitize a metadata value for safe LaTeX insertion."""
6767
if value is None:
68-
return ""
68+
return ""
6969

7070
sanitized = value.strip()
7171
if sanitized.startswith(('"', "'")) and sanitized.endswith(('"', "'")):

0 commit comments

Comments
 (0)