Removed an excess blank line in the "accounting.report.view" module.

This commit is contained in:
依瑪貓 2023-03-09 20:40:36 +08:00
parent 7fb3e3bc2c
commit 38141759fd

View File

@ -298,4 +298,3 @@ def search() -> str | Response:
if "as" in request.args and request.args["as"] == "csv":
return report.csv()
return report.html()