Skip to content

Commit e8c67db

Browse files
authored
style: remove whitespace
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 83b4aef commit e8c67db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)