Skip to content

Commit

Permalink
style: run clang format (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea-Havron-NOAA <Andrea-Havron-NOAA@users.noreply.github.com>
  • Loading branch information
1 parent f0ffffe commit 95b74c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class Parameter {
std::numeric_limits<double>::min(); /**< min value of the parameter*/
double max_m =
std::numeric_limits<double>::max(); /**< max value of the parameter*/
bool is_random_effect_m = false; /**< Is the parameter a random effect
parameter? Default value is false.*/
bool is_random_effect_m = false; /**< Is the parameter a random effect
parameter? Default value is false.*/
bool estimated_m =
false; /**< Is the parameter estimated? Default value is false.*/

Expand Down

0 comments on commit 95b74c0

Please sign in to comment.