Skip to content

Commit cb60f09

Browse files
committed
Fixes for clang-tidy
1 parent 2e3ec77 commit cb60f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/otlp/src/otlp_environment.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static bool GetUintDualEnvVar(const char *signal_name,
9696
return exists;
9797
}
9898

99-
static float GetFloatDualEnvVar(const char *signal_name, const char *generic_name, float &value)
99+
static bool GetFloatDualEnvVar(const char *signal_name, const char *generic_name, float &value)
100100
{
101101
bool exists;
102102

0 commit comments

Comments
 (0)