Skip to content

Commit 9e602eb

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/lib/native.js
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent 5beabf0 commit 9e602eb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/lcmf/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lcmf/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var addon = require( './../src/addon.node' );
4646
* // returns NaN
4747
*/
4848
function lcmf( a , b ) {
49-
return addon( a , b );
49+
return addon( a, b );
5050
}
5151

5252

0 commit comments

Comments
 (0)