Skip to content

Commit 817d0a0

Browse files
committed
resetbot: add trailing newline at end of file
Terminate the file with a newline so it follows POSIX text-file convention and stops tools from flagging "no newline at end of file".
1 parent ce13c0f commit 817d0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XRPLib/resetbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def reset_hard():
7777
reset_servos()
7878

7979
if "XRPLib.webserver" in sys.modules:
80-
reset_webserver()
80+
reset_webserver()

0 commit comments

Comments
 (0)