Skip to content

Commit 995c591

Browse files
fix: lint copyright years
1 parent f96aa3c commit 995c591

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/node_modules/@stdlib/stats/base/dsnanmean/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 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.

lib/node_modules/@stdlib/stats/base/dsnanmean/test/test.ndarray.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ tape( 'the function supports a negative `stride` parameter', function test( t )
132132
t.end();
133133
});
134134

135-
136135
tape( 'if provided a `stride` parameter equal to `0`, the function returns the first indexed element', function test( t ) {
137136
var x;
138137
var v;

0 commit comments

Comments
 (0)