File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
lib/node_modules/@stdlib/array/generic/benchmark Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.
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 //
You can’t perform that action at this time.
0 commit comments