From 8a9a232f370163d73344f35a2402e1a9cf5f58b4 Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar Date: Thu, 19 Feb 2026 19:22:47 +0100 Subject: [PATCH] fix(fmt): whitespace --- src/pages/dashboard.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/dashboard.rs b/src/pages/dashboard.rs index 8d01ab8..f3d3a1b 100644 --- a/src/pages/dashboard.rs +++ b/src/pages/dashboard.rs @@ -329,7 +329,7 @@ pub fn DashboardPage() -> Element { .set( format!( "Article content:\n{snippet}\n\n\ - AI Summary:\n{text}", + AI Summary:\n{text}", ), ); summary.set(Some(text)); @@ -385,9 +385,9 @@ pub fn DashboardPage() -> Element { role: "system".into(), content: format!( "You are a helpful assistant. The user is reading \ - a news article. Use the following context to answer \ - their questions. Do NOT comment on the source, \ - dates, URLs, or formatting.\n\n{ctx}", + a news article. Use the following context to answer \ + their questions. Do NOT comment on the source, \ + dates, URLs, or formatting.\n\n{ctx}", ), }, ];