Skip to content

Commit 1124dd2

Browse files
committed
ci: Format code
1 parent 4be7a8b commit 1124dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codegen/lib/reference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type Metalsmith from 'metalsmith'
33

44
import { toCapitalCase } from 'lib/handlebars/helpers.js'
55

6+
import { apiReferenceRoot } from './config.js'
67
import {
78
type ApiEndpointLayoutContext,
89
type ApiNamespaceLayoutContext,
@@ -15,7 +16,6 @@ import {
1516
type ApiSummaryLayoutContext,
1617
setSummaryLayoutContext,
1718
} from './layout/summary.js'
18-
import { apiReferenceRoot } from './config.js'
1919
import { PathMetadataSchema } from './path-metadata.js'
2020

2121
interface Metadata {

0 commit comments

Comments
 (0)