Skip to content

Commit b2d8928

Browse files
committed
chores: code formatting
1 parent b1301e8 commit b2d8928

File tree

8 files changed

+795
-782
lines changed

8 files changed

+795
-782
lines changed

debug.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ function debug(label) {
44

55
function _debug(label) {
66
var args = [].slice.call(arguments, 1);
7-
args.unshift('[' + label + ']');
8-
Deno.core.print(args.join(' ') + '\n');
7+
args.unshift("[" + label + "]");
8+
Deno.core.print(args.join(" ") + "\n");
99
}
1010

1111
export default debug;

0 commit comments

Comments
 (0)