Skip to content

Commit 443daa7

Browse files
committed
chore: fix lint error
1 parent 249aa5d commit 443daa7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ tape( 'if not provided an input value, the accumulator function returns the curr
9797
}
9898
t.equal( acc(), 14.0/3.0, 'returns expected value' );
9999
t.end();
100-
});
100+
});

0 commit comments

Comments
 (0)