From ab01cf60c03f32ad9a867e1c1ef54e5e03834c8c Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 12 Feb 2026 18:03:07 +0000 Subject: [PATCH] docs(templates): fix markdown trailing newline lint --- backend/templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/README.md b/backend/templates/README.md index 2065aaf1..517dd89f 100644 --- a/backend/templates/README.md +++ b/backend/templates/README.md @@ -195,4 +195,4 @@ print(env.get_template('AGENTS.md').render(**ctx)) PY ``` -If the template references a variable not present in `ctx`, Jinja2 will raise immediately (by design). \ No newline at end of file +If the template references a variable not present in `ctx`, Jinja2 will raise immediately (by design).