Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
It looks like there's a typo at the beginning, and I couldn't think of a
good way to describe `client_id` concisely, so probably best to omit the
comment.
  • Loading branch information
dgoffredo committed Jan 12, 2024
1 parent 34cda83 commit 8de1e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datadog/remote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RemoteConfigurationManager {

TracerSignature tracer_signature_;
std::shared_ptr<ConfigManager> config_manager_;
std::string client_id_; ///< Identifier a `RemoteConfigurationManager`
std::string client_id_;

State state_;
std::unordered_map<std::string, Configuration> applied_config_;
Expand Down

0 comments on commit 8de1e1c

Please sign in to comment.