Skip to content

Commit b0c05c9

Browse files
authored
chore: fix JavaScript lint errors
PR-URL: #9546 Closes: #9544 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 3af0a04 commit b0c05c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/array/complex128/lib

lib/node_modules/@stdlib/array/complex128/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2862,6 +2862,7 @@ setReadOnly( Complex128Array.prototype, 'toString', function toString() {
28622862
* @example
28632863
* var real = require( '@stdlib/complex/float64/real' );
28642864
* var imag = require( '@stdlib/complex/float64/imag' );
2865+
*
28652866
* var arr = new Complex128Array( 2 );
28662867
*
28672868
* arr.set( [ 1.0, -1.0 ], 0 );

0 commit comments

Comments
 (0)