Skip to content

Commit 61bfb12

Browse files
fix: lint coyright years
1 parent 54b5151 commit 61bfb12

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/atan2f/benchmark

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2018 The Stdlib Authors.
4+
* Copyright (c) 2024 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.
@@ -23,8 +23,8 @@
2323
var bench = require( '@stdlib/bench' );
2424
var randu = require( '@stdlib/random/base/randu' );
2525
var isnanf = require( '@stdlib/math/base/assert/is-nanf' );
26+
var atan2f = require( '@stdlib/math/base/special/atan2f' );
2627
var pkg = require( './../package.json' ).name;
27-
const atan2f = require('@stdlib/math/base/special/atan2f');
2828

2929

3030
// MAIN //

0 commit comments

Comments
 (0)