Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Dec 1, 2023
1 parent 0dadc1c commit ac964f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exporters/otlp/src/otlp_grpc_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,10 @@ static sdk::common::ExportResult InternalDelegateAsyncExport(

OtlpGrpcClient::OtlpGrpcClient()
#ifdef ENABLE_ASYNC_EXPORT
: is_shutdown_{false}
: is_shutdown_
{
false
}
#endif
{}

Expand Down

0 comments on commit ac964f3

Please sign in to comment.