Skip to content

Commit abb9674

Browse files
committed
typo
1 parent 88bd0bf commit abb9674

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/include/opentelemetry/sdk/logs/batch_log_record_processor_options.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ struct BatchLogRecordProcessorOptions
3737
size_t max_export_batch_size = 512;
3838

3939
std::shared_ptr<sdk::common::ThreadInstrumentation> thread_instrumentation =
40-
std::shared_ptr<sdk::common::ThreadInstrumentation>
41-
{}
40+
std::shared_ptr<sdk::common::ThreadInstrumentation>{};
4241
};
4342

4443
} // namespace logs

0 commit comments

Comments
 (0)