Skip to content

Commit 3aca512

Browse files
committed
style: fix style related lint errors
1 parent bc80ce2 commit 3aca512

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

lib/node_modules/@stdlib/stats/incr/nanmeanabs/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,14 @@ console.log( accumulator() );
130130

131131
</section>
132132

133+
<!-- /.related -->
134+
135+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
136+
137+
<section class="links">
138+
139+
[arithmetic-mean]: https://en.wikipedia.org/wiki/Arithmetic_mean
140+
141+
</section>
142+
133143
<!-- /.links -->

lib/node_modules/@stdlib/stats/incr/nanmeanabs/test/test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020

2121
// MODULES //
2222

23-
2423
var isnan = require( '@stdlib/math/base/assert/is-nan' );
2524
var abs = require( '@stdlib/math/base/special/abs' );
26-
var incrnanmeanabs = require( './../lib' );
2725
var tape = require( 'tape' );
26+
var incrnanmeanabs = require( './../lib' );
2827

2928

3029
// TESTS //

0 commit comments

Comments
 (0)