Skip to content

Commit f72d2e4

Browse files
committed
ci: Format code
1 parent c7d5b9c commit f72d2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/layout/api-endpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import type {
77
SeamAuthMethod,
88
SeamWorkspaceScope,
99
} from '@seamapi/blueprint'
10+
import { capitalCase } from 'change-case'
1011

1112
import {
1213
type ApiRouteResource,
1314
mapBlueprintPropertyToRouteProperty,
1415
normalizePropertyFormatForDocs,
1516
} from './api-route.js'
16-
import { capitalCase } from 'change-case'
1717

1818
const supportedSdks: SdkName[] = [
1919
'javascript',

0 commit comments

Comments
 (0)