Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Dec 23, 2024
1 parent 2618445 commit 54e1eb0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,7 @@ export const createDependencyGraph = async (directory: string) => {

return [
graph,
async (
event: EventName,
pathToModified: string,
) => {
async (event: EventName, pathToModified: string) => {
switch (event) {
case 'change':
if (isJavascriptModule(pathToModified)) {
Expand Down

0 comments on commit 54e1eb0

Please sign in to comment.