Skip to content

Commit 2678965

Browse files
committed
remove trailing space
1 parent f6b0f01 commit 2678965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/halfnormal/variance/test

lib/node_modules/@stdlib/stats/base/dists/halfnormal/variance/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tape( 'if provided a nonpositive `sigma`, the function returns `NaN`', opts, fun
6969
t.strictEqual( isnan( y ), true, 'returns expected value' );
7070

7171
t.end();
72-
});
72+
});
7373

7474
tape( 'the function returns the variance of a half-normal distribution', opts, function test( t ) {
7575
var expected;

0 commit comments

Comments
 (0)