Skip to content

Commit

Permalink
Per #2924, no real change. Just whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
MET Tools Test Account committed Sep 18, 2024
1 parent ecbb7b1 commit cc9c78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/vx_config/config_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ void check_climo_n_vx(Dictionary *dict, const int n_input) {
<< "The number of climatology mean fields in \""
<< conf_key_climo_mean_field << "\" (" << n_climo
<< ") must be 0, 1, or match the number of input fields ("
<< n_input << ").\n\n";
<< n_input << ").\n\n";
exit(1);
}

Expand Down

0 comments on commit cc9c78d

Please sign in to comment.