From 087eff3b60101dca8a3d35ba9c1f7599284c4913 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Mon, 18 Sep 2023 23:28:21 +0000 Subject: [PATCH] ci: Format code --- examples/todo.ts | 3 +-- test/todo.test.ts | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/todo.ts b/examples/todo.ts index a29586ac..440934d8 100644 --- a/examples/todo.ts +++ b/examples/todo.ts @@ -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 diff --git a/test/todo.test.ts b/test/todo.test.ts index c4d70228..ae73160f 100644 --- a/test/todo.test.ts +++ b/test/todo.test.ts @@ -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')