Skip to content

Commit a611445

Browse files
committed
cp dines
1 parent 485b3cf commit a611445

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/commands/blueprint/delete.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ interface DeleteOptions {
99
output?: string;
1010
}
1111

12-
export async function deleteBlueprint(
13-
id: string,
14-
options: DeleteOptions = {},
15-
) {
12+
export async function deleteBlueprint(id: string, options: DeleteOptions = {}) {
1613
try {
1714
const client = getClient();
1815

0 commit comments

Comments
 (0)