2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-12 13:47:49 +00:00

chore: prettier

This commit is contained in:
Vjacheslav Trushkin 2023-02-07 23:21:54 +02:00
parent 6427d2b007
commit 85fc90c08c

View File

@ -210,9 +210,9 @@ export function defineIconifyIcon(
} }
set inline(value: boolean) { set inline(value: boolean) {
if(value){ if (value) {
this.setAttribute('inline', 'true'); this.setAttribute('inline', 'true');
}else{ } else {
this.removeAttribute('inline'); this.removeAttribute('inline');
} }
} }