Skip to content

Commit 28bafc3

Browse files
committed
prettier
1 parent 2cf5b3c commit 28bafc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/distillpub/transforms.v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
}
437437

438438
function createCommonjsModule(fn, module) {
439-
return ((module = { exports: {} }), fn(module, module.exports), module.exports);
439+
return (module = { exports: {} }), fn(module, module.exports), module.exports;
440440
}
441441

442442
var bibtexParse = createCommonjsModule(function (module, exports) {

0 commit comments

Comments
 (0)