From 048d34f3325a8be1e887edf1acedab72d613220f Mon Sep 17 00:00:00 2001 From: Yazhou Cao Date: Tue, 13 Feb 2024 20:08:24 +0800 Subject: [PATCH] format code --- lmm_tools/hello_world.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lmm_tools/hello_world.py b/lmm_tools/hello_world.py index 64521851..cd6ecd9b 100644 --- a/lmm_tools/hello_world.py +++ b/lmm_tools/hello_world.py @@ -1,2 +1,2 @@ -if __name__ == '__main__': - print("Hello, World!") \ No newline at end of file +if __name__ == "__main__": + print("Hello, World!")