Skip to content

Commit 1e8b202

Browse files
committed
fix: fix spaces
1 parent bb5183a commit 1e8b202

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/array/fixed-endian-factory/lib

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/lib/main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,8 +1152,8 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
11521152
outbuf[ SETTER ]( index * BYTES_PER_ELEMENT, value, this._isLE );
11531153
return out;
11541154
});
1155-
1156-
/**
1155+
1156+
/**
11571157
* Returns a modified typed array filled with a fill value.
11581158
*
11591159
* @name fill
@@ -1239,8 +1239,8 @@ function factory( dtype ) { // eslint-disable-line max-lines-per-function, stdli
12391239
buf[ SETTER ]( i*BYTES_PER_ELEMENT, value, isLE );
12401240
}
12411241
return this;
1242-
});
1243-
1242+
});
1243+
12441244
return TypedArray;
12451245

12461246
/**

0 commit comments

Comments
 (0)