Skip to content

Commit 91a628a

Browse files
authored
style: remove heading from C file
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 982aa6a commit 91a628a

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/weibull/mode/src

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
#include "stdlib/stats/base/dists/weibull/mode.h"
2020
#include "stdlib/math/base/assert/is_nan.h"
2121
#include "stdlib/math/base/special/pow.h"
22-
23-
24-
// MAIN //
25-
2622
/**
2723
* Returns the mode of a Weibull distribution.
2824
*

0 commit comments

Comments
 (0)