From 03f68061b1798c45c93958e776a8a3bb233be909 Mon Sep 17 00:00:00 2001 From: Ricel Leite Date: Wed, 18 Feb 2026 18:03:04 -0300 Subject: [PATCH] fix: Preserve line breaks in comments (whitespace-pre-wrap) --- backend/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/main.py b/backend/app/main.py index 6417ee2..27faaaf 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -46,7 +46,7 @@ HTML = """ -""" +""" @app.get("/", response_class=HTMLResponse) async def root():