Skip to content

Commit 3fd0ed3

Browse files
authored
style: add empty line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 66a3792 commit 3fd0ed3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/max-by

lib/node_modules/@stdlib/stats/max-by/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ var x = array( [ -1.0, 2.0, -3.0, 4.0 ], {
141141
'order': 'row-major'
142142
});
143143
// returns <ndarray>[ [ -1.0, 2.0 ], [ -3.0, 4.0 ] ]
144+
144145
var opts = {
145146
'dims': [ 0 ],
146147
'keepdims': true

0 commit comments

Comments
 (0)