format code

This commit is contained in:
Simon Vieille 2025-04-14 18:14:01 +02:00
commit c4a92dbbc3
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 3 deletions

View file

@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<template>
<div
class="cm-settings-section"
:class="{'cm-settings-section--hidden': hidden}"
:class="{ 'cm-settings-section--hidden': hidden }"
>
<slot></slot>
</div>
@ -29,6 +29,6 @@ defineProps({
type: Boolean,
required: false,
default: false,
}
},
})
</script>

View file

@ -255,4 +255,3 @@
}
}
}