Skip to content

Commit b5f2f50

Browse files
committed
docs: resolve lint errors
1 parent ff38eb2 commit b5f2f50

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/fft/base/fftpack/lib

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/fft/base/fftpack/lib/radbg.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
*/
5858

5959
/* eslint-disable max-len */
60+
/* eslint-disable max-statements */
6061

6162
'use strict';
6263

@@ -91,11 +92,11 @@ var ch2Ref = require( './ch2_ref.js' );
9192
* @returns {void}
9293
*/
9394
function radbg( ido, ip, l1, idl1, cc, c1, c2, ch, ch2, wa ) {
95+
var ch2Offset;
9496
var chOffset;
9597
var ccOffset;
9698
var c1Offset;
9799
var c2Offset;
98-
var ch2Offset;
99100
var ar1h;
100101
var ar2h;
101102
var idp2;

0 commit comments

Comments
 (0)