🤖 自动格式化代码 [skip ci]

pull/1035/head
github-actions[bot] 2025-06-10 09:28:39 +00:00
parent a957daa37d
commit e5007cc8cd
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
def foo():
pass
def main():
a=1
print(2)
if __name__ == "__main__":
main()