style: remove unnecessary whitespace

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent cd1755693b
commit 6bf315e4b8
12 changed files with 28 additions and 30 deletions
@@ -28,8 +28,6 @@ const copyrightPeriod =
startYear === currentYear
? `${currentYear}`
: `${startYear}-${currentYear}`;
</script>
<template>
+1 -1
View File
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { describe, expect, test } from 'vitest';
import { describe, expect, test } from 'vitest';
import { ensureUnit } from '../cssDimensions';
describe('cssDimensions', () => {