Skip to content

Commit c052abb

Browse files
authored
style: fix indentation
Signed-off-by: Athan <[email protected]>
1 parent f1ffd8b commit c052abb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/array/max-by/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/array/max-by/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function maxBy( x, clbk, thisArg ) {
8080
* @param {NonNegativeInteger} aidx - current array index
8181
* @param {NonNegativeInteger} sidx - current strided index
8282
* @param {NumericArray} arr - input array
83-
* @returns {number} callback return value
83+
* @returns {number} callback return value
8484
*/
8585
function wrapper( value, aidx, sidx, arr ) {
8686
return clbk.call( thisArg, value, aidx, arr );

0 commit comments

Comments
 (0)