Skip to content

Commit 95adde7

Browse files
authored
style: remove empty line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent b9a0834 commit 95adde7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/complex/base/cast-return/lib

lib/node_modules/@stdlib/complex/base/cast-return/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ var T = 'number';
6060
*
6161
* var z = f( 3.0, 4.0 );
6262
* // returns <Complex64>[ 7.0, 0.0 ]
63-
*
6463
*/
6564
function wrap( fcn, nargs, ctor ) {
6665
var fcns;

0 commit comments

Comments
 (0)