Skip to content

Commit c28d497

Browse files
authored
style: fix missing blank line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent bd678c9 commit c28d497

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/array/base/reshape

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/array/base/reshape/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var x = [ [ 1, 2, 3 ], [ 4, 5, 6 ] ];
4040
var out = reshape( x, [ 2, 3 ], [ 3, 2 ], false );
4141
// returns [ [ 1, 2 ], [ 3, 4 ], [ 5, 6 ] ]
4242
```
43+
4344
- **x**: input array.
4445
- **fromShape**: input array shape.
4546
- **toShape**: output array shape.

0 commit comments

Comments
 (0)