Skip to content

Commit f2c591b

Browse files
committed
lint
1 parent 1ad1cd2 commit f2c591b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanmax/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanmax/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tape( 'the accumulator function incrementally computes a maximum value, ignoring
6464

6565
for ( i = 0; i < N; i++ ) {
6666
d = data[ i ];
67-
actual.push( acc ( d ) );
67+
actual.push( acc( d ) );
6868
}
6969
t.deepEqual( actual, expected, 'returns expected incremental results' );
7070
t.end();

0 commit comments

Comments
 (0)