Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiaCao committed Feb 13, 2024
1 parent ad98211 commit 048d34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lmm_tools/hello_world.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
if __name__ == '__main__':
print("Hello, World!")
if __name__ == "__main__":
print("Hello, World!")

0 comments on commit 048d34f

Please sign in to comment.