Skip to content

Commit c94b0c9

Browse files
authored
style: remove empty line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 571828b commit c94b0c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ var f = castReturn( addf, 2, Complex64 );
2929
var z = f( 3.0, 4.0 );
3030
// returns <Complex64>[ 7.0, 0.0 ]
3131

32-
3332
console.log( z.toString() );
3433
// => '7 + 0i'

0 commit comments

Comments
 (0)