mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-05 04:12:19 -04:00
liniting
This commit is contained in:
parent
26e0657ede
commit
844d7ac69f
1 changed files with 2 additions and 3 deletions
|
@ -15,8 +15,7 @@ const totalStripes = computed(() => {
|
||||||
if (inputsValid.value) {
|
if (inputsValid.value) {
|
||||||
return `${diskTotal.value / diskPerStripe.value} stripes total`;
|
return `${diskTotal.value / diskPerStripe.value} stripes total`;
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
{
|
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue