chore: enforce brackets for if clause and for/while loops
This commit is contained in:
@@ -48,7 +48,9 @@ let isOpen = $state(false);
|
||||
* Sets the common font size multiplier based on the current responsive state.
|
||||
*/
|
||||
$effect(() => {
|
||||
if (!responsive) return;
|
||||
if (!responsive) {
|
||||
return;
|
||||
}
|
||||
switch (true) {
|
||||
case responsive.isMobile:
|
||||
typographySettingsStore.multiplier = MULTIPLIER_S;
|
||||
|
||||
Reference in New Issue
Block a user