Skip to content

Commit

Permalink
style: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 4, 2023
1 parent 7a73636 commit c2f5732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/process/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { sep as posix_sep } from 'path/posix';

export function get_all_files(path: string): string[] {
const files = [];

for (const file of readdirSync(path)) {
const fullPath = path + posix_sep + file;
if (lstatSync(fullPath).isDirectory()) {
Expand Down

0 comments on commit c2f5732

Please sign in to comment.