Skip to content

Commit 0005ec8

Browse files
committed
Fix:#8294
1 parent c9cdc15 commit 0005ec8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/node_modules/@stdlib/array/generic/benchmark/benchmark.fast_elements_array_length_heuristic.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2018 The Stdlib Authors.
4+
* Copyright (c) 2018 The Stdlib Authors .
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -20,11 +20,11 @@
2020

2121
// MODULES //
2222

23-
var bench = require( '@stdlib/bench' );
24-
var isArray = require( '@stdlib/assert/is-array' );
25-
var floor = require( '@stdlib/math/base/special/floor' );
26-
var randu = require( '@stdlib/random/base/randu' );
27-
var pow = require( '@stdlib/math/base/special/pow' );
23+
var bench = require('@stdlib/bench');
24+
var isArray = require('@stdlib/assert/is-array');
25+
var floor = require('@stdlib/math/base/special/floor');
26+
var randu = require('@stdlib/random/base/randu');
27+
var pow = require('@stdlib/math/base/special/pow');
2828

2929

3030
// VARIABLES //

0 commit comments

Comments
 (0)