Skip to content

Commit 4909cc1

Browse files
committed
removed whitespace
1 parent 304dea8 commit 4909cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def history(page: int):
704704

705705
query_result = post_container.query_items(f"SELECT * FROM Posts p WHERE {query_str}", enable_cross_partition_query=True)
706706
post_list = stuffimporter.itempaged_to_list(query_result)
707-
707+
708708
if not post_list:
709709
abort(404)
710710

0 commit comments

Comments
 (0)