Skip to content

Commit 8bacd47

Browse files
authored
chore: remove trailing spaces
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent d0f6e6b commit 8bacd47

File tree

2 files changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/mode

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/mode/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
/**
2424
* Returns the mode of a Kumaraswamy's double bounded distribution.
2525
*
26-
* @param a first shape parameter
27-
* @param b second shape parameter
26+
* @param a first shape parameter
27+
* @param b second shape parameter
2828
* @return mode
2929
*
3030
* @example

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/mode/test/fixtures/julia/runner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ file = @__FILE__;
7272
dir = dirname( file );
7373

7474
# Generate fixtures:
75-
a = 1.0 .+ rand(100) .* 4.0
75+
a = 1.0 .+ rand(100) .* 4.0
7676
b = 1.0 .+ rand(100) .* 4.0
7777
gen( a, b, "data.json" );

0 commit comments

Comments
 (0)