chore: format

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-01-29 11:09:47 +05:30
parent cd68867535
commit 7ee8b17ca8
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -330,7 +330,7 @@ def get_blog_list(doctype, txt=None, filters=None, limit_start=0, limit_page_len
if txt:
conditions.append(
'(t1.content like {0} or t1.title like {0})'.format(frappe.db.escape("%" + txt + "%"))
"(t1.content like {0} or t1.title like {0})".format(frappe.db.escape("%" + txt + "%"))
)
if conditions: