Skip to content

Commit 7cda3e1

Browse files
committed
style: trim trailing whitespaces
1 parent 1e5bad1 commit 7cda3e1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanmean/test

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tape( 'the accumulator function incrementally computes an arithmetic mean', func
6060
count = 0;
6161
sum = 0;
6262

63-
expected = [];
63+
expected = [];
6464
actual = [];
6565

6666
acc = incrnanmean();

0 commit comments

Comments
 (0)