Skip to content

Commit 4ddca67

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 eab6e02 commit 4ddca67

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
@@ -114,7 +114,7 @@ tape( 'the method reverses elements of a typed array in-place', function test( t
114114

115115
function fcn() {
116116
for ( i = 0; i < arr.length; i++) {
117-
values.push(arr.at(i));
117+
values.push( arr.at( i ) );
118118
}
119119
}
120120
t.end();

0 commit comments

Comments
 (0)