From 8e37ac8db0ecb85b9eb3d21cf8958ff06ab02630 Mon Sep 17 00:00:00 2001 From: delucis Date: Mon, 4 Mar 2024 09:34:31 +0000 Subject: [ci] format --- packages/starlight/components/Icons.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 4b2ff001..c44b613e 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -114,7 +114,8 @@ export const BuiltInIcons = { '', bun: '', mdx: '', - homebrew: '', + homebrew: + '', }; export const Icons = { -- cgit