Skip to content

Commit c926c5e

Browse files
style: final fix with correct tabs
1 parent a647e17 commit c926c5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark

lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -33,7 +33,7 @@ bench( pkg, function benchmark( b ) {
3333
var arr;
3434
var i;
3535

36-
arr = [];
36+
arr = [];
3737
arr.length = 100;
3838

3939
b.tic();

0 commit comments

Comments
 (0)