Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Nov 27, 2024
1 parent 88bd0bf commit abb9674
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ struct BatchLogRecordProcessorOptions
size_t max_export_batch_size = 512;

std::shared_ptr<sdk::common::ThreadInstrumentation> thread_instrumentation =
std::shared_ptr<sdk::common::ThreadInstrumentation>
{}
std::shared_ptr<sdk::common::ThreadInstrumentation>{};
};

} // namespace logs
Expand Down

0 comments on commit abb9674

Please sign in to comment.