Skip to content

Commit 2826c4a

Browse files
committed
fix: ensure newline at end of file in copy_docs.py
1 parent cd306a0 commit 2826c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copy_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ def main() -> None:
180180

181181

182182
if __name__ == "__main__":
183-
main()
183+
main()

0 commit comments

Comments
 (0)