Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Francois van Eeden <[email protected]>
  • Loading branch information
cfveeden committed Sep 19, 2023
1 parent dae24d7 commit 3f2ee61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcl_logging_spdlog/src/rcl_logging_spdlog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static std::string get_string_env_var(const char * env_var_name)
std::string(
"Failed to get env var '") + env_var_name + "': " + error_str);
}
return env_var_value; // Returns empty string for unset or empty env vars
return env_var_value; // Returns empty string for unset or empty env vars
}

static bool contained_in(
Expand Down Expand Up @@ -151,7 +151,7 @@ static bool get_bool_env_var(const char * env_var_name)
"Unrecognized value for '") + env_var_name + "': '" + value_str + "'. " +
"Valid truthy values: " + join_quoted(", ", "'", true_strings) + ". " +
"Valid falsy values: " + join_quoted(", ", "'", false_strings) + ". "
);
);
}
}

Expand Down

0 comments on commit 3f2ee61

Please sign in to comment.