Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 21, 2024
1 parent 3af4ba5 commit 7971be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/finder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ export type FinderOptions = Partial<{
/**
* The list of executable file extensions.
*/
extensions: Array<string>;
extensions: Array<string>,

/**
* The list of system paths.
*/
paths: Array<string>;
paths: Array<string>
}>;

0 comments on commit 7971be0

Please sign in to comment.