Skip to content

Commit 46726f9

Browse files
authored
style: remove spaces
Signed-off-by: Athan <[email protected]>
1 parent 3502369 commit 46726f9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dlapy3/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// TypeScript Version: 4.1
2020

2121
/**
22-
* LAPACK routine to calculate `sqrt( x^2 + y^2 + z^2 )` in a manner which doesn't cause unnecessary overflow.
22+
* LAPACK routine to calculate `sqrt(x^2 + y^2 + z^2)` in a manner which doesn't cause unnecessary overflow.
2323
*
2424
* @param x - first input number
2525
* @param y - second input number

0 commit comments

Comments
 (0)