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

This commit is contained in:
github-actions[bot]
2025-06-10 09:28:39 +00:00
parent a957daa37d
commit e5007cc8cd

View File

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