Skip to content

Commit

Permalink
Fix stupid trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Dec 27, 2023
1 parent e085afd commit 135f006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bmi/AbstractCLibBmiAdapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ namespace models {
this->init_exception_msg =
"Can't init " + this->model_name + "; library file path is empty";
throw std::runtime_error(this->init_exception_msg);
}
}
if(bmi_lib_file.substr(idx) == ".so"){
alt_bmi_lib_file = bmi_lib_file.substr(0,idx) + ".dylib";
} else if(bmi_lib_file.substr(idx) == ".dylib"){
Expand Down

0 comments on commit 135f006

Please sign in to comment.