Skip to content

Commit 0ae08e3

Browse files
authored
style: fix spacing
Signed-off-by: Athan <[email protected]>
1 parent f0a6592 commit 0ae08e3

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/fast/maxf/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/fast/maxf/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var maxf = require( './../lib' );
2929

3030
// MAIN //
3131

32-
bench(pkg, function benchmark(b) {
32+
bench( pkg, function benchmark( b ) {
3333
var opts;
3434
var x;
3535
var y;

0 commit comments

Comments
 (0)