Skip to content

Commit ddd838c

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base/gvander/lib

lib/node_modules/@stdlib/blas/ext/base/gvander/lib/accessors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function gvander( mode, M, N, x, sx, ox, out, so1, so2, oo ) {
130130
S1 = N;
131131
do0 = so1;
132132
do1 = so2 - ( S0*so1 );
133+
133134
// Increasing: column j contains x^j
134135
if ( mode > 0 ) {
135136
io = oo;

0 commit comments

Comments
 (0)