Skip to content

Commit 72f4d99

Browse files
authored
style: remove empty line
Signed-off-by: Athan <[email protected]>
1 parent 76a2f8e commit 72f4d99

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/lapack/base/dlapy3/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dlapy3/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ function dlapy3( x, y, z ) {
5959
if ( w === 0.0 || w > hugeval ) {
6060
return xabs + yabs + zabs;
6161
}
62-
6362
return w * sqrt( abs2( xabs / w ) + abs2( yabs / w ) + abs2( zabs / w ) );
6463
}
6564

0 commit comments

Comments
 (0)