Skip to content

Commit c27a175

Browse files
authored
style: add empty line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 81286ff commit c27a175

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/fft/base/fftpack/rffti/docs/types

lib/node_modules/@stdlib/fft/base/fftpack/rffti/docs/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import { Collection } from '@stdlib/types/array';
3232
*
3333
* @example
3434
* var Float64Array = require( '@stdlib/array/float64' );
35+
*
3536
* var N = 8;
3637
* var workspace = new Float64Array( ( 2*N ) + 34 );
3738
*

0 commit comments

Comments
 (0)