Skip to content

Commit c4a9b6c

Browse files
committed
style: prettier
1 parent 6feb526 commit c4a9b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {execa} from "execa";
1+
import { execa } from "execa";
22

33
export default async function command(cmd) {
44
console.log(`$ ${cmd}`);

0 commit comments

Comments
 (0)