Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Sep 18, 2023
1 parent 23ea489 commit 087eff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/todo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { Builder, Command, Describe, Handler } from 'landlubber'

import { todo } from '@seamapi/http'
import type { Builder, Command, Describe, Handler } from 'landlubber'

interface Options {
x: string
Expand Down
3 changes: 1 addition & 2 deletions test/todo.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import test from 'ava'

import { todo } from '@seamapi/http'
import test from 'ava'

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

0 comments on commit 087eff3

Please sign in to comment.