Skip to content

Commit 087eff3

Browse files
committed
ci: Format code
1 parent 23ea489 commit 087eff3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/todo.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import type { Builder, Command, Describe, Handler } from 'landlubber'
2-
31
import { todo } from '@seamapi/http'
2+
import type { Builder, Command, Describe, Handler } from 'landlubber'
43

54
interface Options {
65
x: string

test/todo.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import test from 'ava'
2-
31
import { todo } from '@seamapi/http'
2+
import test from 'ava'
43

54
test('todo: returns argument', (t) => {
65
t.is(todo('todo'), 'todo', 'returns input')

0 commit comments

Comments
 (0)