[ci] format

This commit is contained in:
bluwy 2023-02-26 01:53:18 +00:00 committed by fredkbot
parent 67c58c48c7
commit 780c583b0e

View file

@ -7,9 +7,7 @@ import fs from 'node:fs';
import path from 'node:path';
import { error, info, spinner, title } from '../messages.js';
export async function template(
ctx: Pick<Context, 'template' | 'prompt' | 'dryRun' | 'exit'>
) {
export async function template(ctx: Pick<Context, 'template' | 'prompt' | 'dryRun' | 'exit'>) {
if (!ctx.template) {
const { template: tmpl } = await ctx.prompt({
name: 'template',