refactor(#35): fix indentation

This commit is contained in:
OllyNicholass
2024-10-29 21:29:42 +00:00
parent 00fb76ca4f
commit 21fe0cdab8
+1 -1
View File
@@ -10,7 +10,7 @@
let dropdown: HTMLDivElement; let dropdown: HTMLDivElement;
const DropdownIcon = { const DropdownIcon = {
closed: '▼', closed: '▼',
open: '▲' open: '▲'
}; };