Skip to content

Commit

Permalink
refactor(main.py): Add empty line after end-of-code
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy committed Nov 11, 2024
1 parent 7c74bd9 commit 199a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
import uvicorn
from web_server import app

uvicorn.run(app, host='0.0.0.0', port=8000, log_level='critical')
uvicorn.run(app, host='0.0.0.0', port=8000, log_level='critical')

0 comments on commit 199a5c5

Please sign in to comment.