style: remove unnecessary whitespace

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