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