Skip to content

Commit 6a521fa

Browse files
committed
fix: resolve lint errors
1 parent 13281c3 commit 6a521fa

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

+1-1
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)