Skip to content

Commit 00e8bd9

Browse files
committed
fix: resolve lint errors
1 parent 34be206 commit 00e8bd9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/arcsine/mode/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/mode/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var addon = require( './../src/addon.node' );
6262
* // returns NaN
6363
*/
6464
function mode( a, b ) {
65-
return addon( a, b );
65+
return addon( a, b );
6666
}
6767

6868

0 commit comments

Comments
 (0)