Skip to content

Commit 3448289

Browse files
committed
formatting fix
1 parent 78cd83b commit 3448289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample-applications/simple-client-server/server_automatic_s3client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ def server_request():
1818

1919

2020
if __name__ == "__main__":
21-
app.run(port=8082)
21+
app.run(port=8082)
22+

0 commit comments

Comments
 (0)