Skip to content

Commit

Permalink
Fix prettier linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phndiaye committed Feb 28, 2023
1 parent 5db5ee7 commit e4ee19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addon-dev/src/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Addon {
return dependencies();
}

publicAssets(path: string, opts: { include: string[], exclude: string[] }) {
publicAssets(path: string, opts: { include: string[]; exclude: string[] }) {
return publicAssets(path, opts);
}
}

0 comments on commit e4ee19d

Please sign in to comment.