Skip to content

Commit e1d9d23

Browse files
committed
format
1 parent 5e10939 commit e1d9d23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/commands/migrate.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,5 @@ export async function run(ctx: CommandContext<typeof meta>) {
170170
log.success(`${filename} ${colors.dim(`(${totalMigrations} migrated)`)}`);
171171
}
172172

173-
prompts.outro(
174-
`Migration complete - ${filesMigratedCount} files migrated.`
175-
);
173+
prompts.outro(`Migration complete - ${filesMigratedCount} files migrated.`);
176174
}

0 commit comments

Comments
 (0)