Skip to content

Commit 6386b77

Browse files
committed
format
1 parent 9cceb6f commit 6386b77

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/cli/commands/assemblies.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import type { IOutputCtl } from '../OutputCtl.ts'
2323
import { ensureError, isErrnoException } from '../types.ts'
2424
import { AuthenticatedCommand } from './BaseCommand.ts'
2525

26-
2726
// --- From assemblies.ts: Schemas and interfaces ---
2827
export interface AssemblyListOptions {
2928
before?: string

test/e2e/cli/templates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import fsp from 'node:fs/promises'
22
import path from 'node:path'
33
import { afterAll, beforeAll, describe, expect, it } from 'vitest'
44
import type { TemplateContent } from '../../../src/apiTypes.ts'
5-
import { zip } from '../../../src/cli/helpers.ts'
65
import * as templates from '../../../src/cli/commands/templates.ts'
6+
import { zip } from '../../../src/cli/helpers.ts'
77
import { Transloadit as TransloaditClient } from '../../../src/Transloadit.ts'
88
import OutputCtl from './OutputCtl.ts'
99
import type { OutputEntry } from './test-utils.ts'

0 commit comments

Comments
 (0)