Skip to content

Commit 0b80e14

Browse files
committed
Inconsequential spacing fix.
1 parent b3847b5 commit 0b80e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pace.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@
369369
_results.push(Object.defineProperty(to, key, {
370370
get: (function(key) {
371371
return function() {
372-
return from.prototype[key];
373-
};
374-
})(key),
372+
return from.prototype[key];
373+
};
374+
})(key),
375375
configurable: true,
376376
enumerable: true
377377
}));

0 commit comments

Comments
 (0)