Skip to content

Commit 74305aa

Browse files
authored
chore: linting errors
1 parent 2ebca4d commit 74305aa

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,11 @@ function predicate( v ) {
547547
var Float64ArrayFE = fixedEndianFactory( 'float64' );
548548

549549
var arr = new Float64ArrayFE( 'little-endian', [ 1.0, 2.0, 3.0, 4.0, 2.0 ] );
550-
550+
551551
var context = {
552552
'count': 0
553553
};
554-
554+
555555
var out = arr.findLastIndex( predicate, context );
556556
// returns 2
557557

0 commit comments

Comments
 (0)