Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Nov 23, 2024
1 parent fe2f42d commit 7601121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/specs/info/workspace_member/member/mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function hi() {
console.log('hi');
}
console.log("hi");
}
2 changes: 1 addition & 1 deletion tests/specs/info/workspace_member/member2/deno.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion tests/specs/info/workspace_member/member3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
".": "./mod.ts",
"./foo": "./bar.ts"
}
}
}

0 comments on commit 7601121

Please sign in to comment.