Skip to content

Commit 3c8aa48

Browse files
🤖 dprint fmt
1 parent eda5d24 commit 3c8aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/node/test/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Module.Module === Module;
191191
const load: Module.LoadHook = async (url, context, nextLoad) => {
192192
const { format } = context;
193193

194-
if (format === 'commonjs') { // Needs to match only sometimes
194+
if (format === "commonjs") { // Needs to match only sometimes
195195
return {
196196
format,
197197
shortCircuit: true,

0 commit comments

Comments
 (0)