Skip to content

Commit

Permalink
Merge pull request #4 from KOSASIH/deepsource-transform-9e3de463
Browse files Browse the repository at this point in the history
style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf
  • Loading branch information
KOSASIH authored May 11, 2024
2 parents 0bc256d + 3835ebe commit 4a4bdac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# web/views.py
from flask import render_template

@app.route('/')

@app.route("/")
def index():
return render_template('index.html')
return render_template("index.html")

0 comments on commit 4a4bdac

Please sign in to comment.