Skip to content

Commit 44c7097

Browse files
Update lib/node_modules/@stdlib/array/fixed-endian-factory/test/test.reverse.js
Co-authored-by: Vinit Pandit <[email protected]> Signed-off-by: Ahmed_Kashkoush <[email protected]>
1 parent 4ddca67 commit 44c7097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/test/test.reverse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tape( 'the method reverses elements of a typed array in-place', function test( t
113113
t.deepEqual( values, expected, 'returns expected value' );
114114

115115
function fcn() {
116-
for ( i = 0; i < arr.length; i++) {
116+
for ( i = 0; i < arr.length; i++ ) {
117117
values.push( arr.at( i ) );
118118
}
119119
}

0 commit comments

Comments
 (0)