Skip to content

Commit 4c908f0

Browse files
committed
ci: Format code
1 parent b8ea2f1 commit 4c908f0

File tree

58 files changed

+222
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+222
-423
lines changed

codegen/lib/layouts/route.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,12 @@ export const getEndpointLayoutContext = (
124124
const getResponseContext = (
125125
endpoint: Endpoint,
126126
): Pick<EndpointLayoutContext, 'returnsVoid' | 'responseKey'> => {
127-
if (endpoint.response.responseType === 'void')
127+
if (endpoint.response.responseType === 'void') {
128128
return {
129129
returnsVoid: true,
130130
responseKey: '',
131131
}
132+
}
132133
const { responseKey } = endpoint.response
133134
return {
134135
returnsVoid: false,

examples/locks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { Builder, Command, Describe } from 'landlubber'
22

33
import type { Handler } from './index.js'
44

5-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
65
interface Options {}
76

87
export const command: Command = 'locks'

examples/workspace.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { Builder, Command, Describe } from 'landlubber'
22

33
import type { Handler } from './index.js'
44

5-
// eslint-disable-next-line @typescript-eslint/no-empty-interface
65
interface Options {}
76

87
export const command: Command = 'workspace'

src/lib/seam/connect/routes/access-codes/access-codes.ts

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/access-codes/simulate/simulate.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/access-codes/unmanaged/unmanaged.ts

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/access-grants/access-grants.ts

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/access-methods/access-methods.ts

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/acs/access-groups/access-groups.ts

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/seam/connect/routes/acs/access-groups/unmanaged/unmanaged.ts

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)