Skip to content

Commit 10a0794

Browse files
committed
style(dlx): fix multi-line destructuring formatting
1 parent 43139bc commit 10a0794

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/dlx-package.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,11 @@ export async function dlxPackage(
371371
export async function downloadPackage(
372372
options: DlxPackageOptions,
373373
): Promise<DownloadPackageResult> {
374-
const { binaryName, force: userForce, package: packageSpec } = {
374+
const {
375+
binaryName,
376+
force: userForce,
377+
package: packageSpec,
378+
} = {
375379
__proto__: null,
376380
...options,
377381
} as DlxPackageOptions

0 commit comments

Comments
 (0)