Skip to content

Commit d2b78b6

Browse files
committed
style: fix
1 parent 4c8a83f commit d2b78b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/docs/typedoc-markdown.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import fs from 'node:fs/promises'
33
import path from 'node:path'
4-
import {fileURLToPath} from 'node:url'
4+
import { fileURLToPath } from 'node:url'
55
import { Application, PageEvent, TSConfigReader } from 'typedoc'
66

77
const __dirname = path.dirname(fileURLToPath(import.meta.url))

packages/router/size-checks/rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import path from 'node:path'
2-
import {fileURLToPath} from 'node:url'
2+
import { fileURLToPath } from 'node:url'
33
import ts from 'rollup-plugin-typescript2'
44
import replace from '@rollup/plugin-replace'
55
import resolve from '@rollup/plugin-node-resolve'

scripts/check-size.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'node:fs/promises'
22
import path from 'node:path'
3-
import {fileURLToPath} from 'node:url'
3+
import { fileURLToPath } from 'node:url'
44
import chalk from 'chalk'
55
import { gzipSync } from 'zlib'
66
import { compress } from 'brotli'

0 commit comments

Comments
 (0)