Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Feb 26, 2023
1 parent 67c58c4 commit 780c583
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/create-astro/src/actions/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 780c583

Please sign in to comment.