Skip to content

Commit b6c42f9

Browse files
authored
Update index.js
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent ca6ebb4 commit b6c42f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/smediansorted/lib

lib/node_modules/@stdlib/stats/base/ndarray/smediansorted/lib/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2026 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -47,7 +47,6 @@ var main = require( './main.js' );
4747

4848
var smediansorted;
4949
var tmp = tryRequire( join( __dirname, './native.js' ) );
50-
5150
if ( isError( tmp ) ) {
5251
smediansorted = main;
5352
} else {

0 commit comments

Comments
 (0)