Skip to content

Commit 1f5dba3

Browse files
authored
style: remove empty line
PR-URL: #2869 Ref: 16c19b6#r146352905 Reviewed-by: Athan Reines <[email protected]>
1 parent 511ae22 commit 1f5dba3

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var addon = require( './../src/addon.node' );
4040
* @example
4141
* var v = xlogyf( 0.0, 2.0 );
4242
* // returns 0.0
43-
*
4443
*/
4544
function xlogyf( x, y ) {
4645
return addon( x, y );

0 commit comments

Comments
 (0)