Skip to content

Commit 834f392

Browse files
committed
Formatting
1 parent 712cf40 commit 834f392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rcl_logging_spdlog/src/rcl_logging_spdlog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static std::string get_string_env_var(const char * env_var_name)
109109
std::string(
110110
"Failed to get env var '") + env_var_name + "': " + error_str);
111111
}
112-
return env_var_value; // Returns empty string for unset or empty env vars
112+
return env_var_value; // Returns empty string for unset or empty env vars
113113
}
114114

115115
static bool contained_in(
@@ -151,7 +151,7 @@ static bool get_bool_env_var(const char * env_var_name)
151151
"Unrecognized value for '") + env_var_name + "': '" + value_str + "'. " +
152152
"Valid truthy values: " + join_quoted(", ", "'", true_strings) + ". " +
153153
"Valid falsy values: " + join_quoted(", ", "'", false_strings) + ". "
154-
);
154+
);
155155
}
156156
}
157157

0 commit comments

Comments
 (0)