Skip to content

Commit 67c13ae

Browse files
authored
chore: remove extra space
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 3b976a1 commit 67c13ae

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/frechet/median/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/frechet/median/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static double benchmark( void ) {
109109

110110
t = tic();
111111
for ( i = 0; i < ITERATIONS; i++ ) {
112-
y = stdlib_base_dists_frechet_median( alpha[ i%100 ], s[ i%100 ], m[ i%100 ] );
112+
y = stdlib_base_dists_frechet_median( alpha[ i%100 ], s[ i%100 ], m[ i%100 ] );
113113
if ( y != y ) {
114114
printf( "should not return NaN\n" );
115115
break;

0 commit comments

Comments
 (0)