From eb7615f25a88c25dc6db50b199877a8f79597a74 Mon Sep 17 00:00:00 2001
From: natemoo-re
Date: Wed, 6 Sep 2023 15:25:56 +0000
Subject: [ci] format
---
examples/hackernews/src/pages/stories/[id].astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'examples/hackernews/src')
diff --git a/examples/hackernews/src/pages/stories/[id].astro b/examples/hackernews/src/pages/stories/[id].astro
index 84383aa9e..9cfad36fd 100644
--- a/examples/hackernews/src/pages/stories/[id].astro
+++ b/examples/hackernews/src/pages/stories/[id].astro
@@ -25,7 +25,7 @@ const story = (await fetchAPI(`item/${id}`)) as IStory;
{story.user}
- {story.time_ago}
+ {story.time_ago}
--
cgit v1.2.3