From 011c4266ccbf3ff66d92e223b2fafd291127c102 Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Fri, 4 Jul 2025 15:37:50 -0300 Subject: style: deno fmt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/components/Citations.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Citations.astro') diff --git a/src/components/Citations.astro b/src/components/Citations.astro index cc82eda..ff42ad4 100644 --- a/src/components/Citations.astro +++ b/src/components/Citations.astro @@ -7,7 +7,7 @@ const citations = await getEntries(Astro.props.citations ?? []); --- { citations.length > 0 && - ( + (