Skip to content

Commit 7140563

Browse files
authored
style: fix indentation
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 13f6977 commit 7140563

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/poisson/skewness/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/poisson/skewness/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ double stdlib_base_dists_poisson_skewness( const double lambda ) {
3737
) {
3838
return 0.0/0.0; // NaN
3939
}
40-
return 1.0 / stdlib_base_sqrt( lambda );
40+
return 1.0 / stdlib_base_sqrt( lambda );
4141
}

0 commit comments

Comments
 (0)