Skip to content

Commit 45c0daa

Browse files
committed
ci: Format code
1 parent fa917ca commit 45c0daa

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

examples/devices.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 = 'devices'

examples/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import landlubber, {
99
type Handler as DefaultHandler,
1010
type MiddlewareFunction,
1111
} from 'landlubber'
12-
1312
import { Seam } from 'seam'
1413

1514
import * as device from './device.js'

examples/lock.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Builder, Command, Describe } from 'landlubber'
2-
32
import {
43
isSeamActionAttemptFailedError,
54
isSeamActionAttemptTimeoutError,

examples/unlock.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { Builder, Command, Describe } from 'landlubber'
2-
32
import {
43
isSeamActionAttemptFailedError,
54
isSeamActionAttemptTimeoutError,

0 commit comments

Comments
 (0)