Skip to content

Commit 215e61a

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent ebb3bf8 commit 215e61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/migration-guides/mathjs/benchmark/benchmark.subtract.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var opts = {
4141

4242
// MAIN //
4343

44-
bench( format( '%s::stdlib:number/float64/base/sub:value=number' , pkg ), opts, function benchmark( b ) {
44+
bench( format( '%s::stdlib:number/float64/base/sub:value=number', pkg ), opts, function benchmark( b ) {
4545
var x;
4646
var y;
4747
var z;
@@ -69,7 +69,7 @@ bench( format( '%s::stdlib:number/float64/base/sub:value=number' , pkg ), opts,
6969

7070
// TODO: add math/ops/sub benchmarks
7171

72-
bench( format( '%s::mathjs:subtract:value=number' , pkg ), opts, function benchmark( b ) {
72+
bench( format( '%s::mathjs:subtract:value=number', pkg ), opts, function benchmark( b ) {
7373
var x;
7474
var y;
7575
var z;

0 commit comments

Comments
 (0)