From 953c56ed3f920de920ac2708e12f7f98409910f5 Mon Sep 17 00:00:00 2001 From: delucis Date: Mon, 1 Apr 2024 12:18:30 +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 566e1260..2048ec84 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -123,7 +123,8 @@ export const BuiltInIcons = { homebrew: '', nix: '', - starlight: '' + starlight: + '', }; export const Icons = { -- cgit