Skip to content

Commit

Permalink
Fixed lint error caused by updating linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyBoo committed May 26, 2020
1 parent 5463b4e commit f4ecfe1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/src/cache/import-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,7 @@ export class ImportUtils {
}, 20);
});

proc.stdout.pipe(
output,
{ end: true },
);
proc.stdout.pipe(output, { end: true });
}
});
}
Expand Down

0 comments on commit f4ecfe1

Please sign in to comment.