Skip to content

Commit 4f63b45

Browse files
committed
Remove trailing space
1 parent 747fd02 commit 4f63b45

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/chi2test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/chi2test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ console.log( out.print() );
139139
* Test Decision: Fail to reject null in favor of alternative at 5% significance level
140140
*/
141141

142-
console.log( out.print({
143-
'digits': 6
142+
console.log( out.print({
143+
'digits': 6
144144
}) );
145145
/* =>
146146
* Chi-square independence test

0 commit comments

Comments
 (0)