Removed an excess blank line in the "accounting.report.view" module.
This commit is contained in:
parent
7fb3e3bc2c
commit
38141759fd
@ -298,4 +298,3 @@ def search() -> str | Response:
|
||||
if "as" in request.args and request.args["as"] == "csv":
|
||||
return report.csv()
|
||||
return report.html()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user