Skip to content

Commit 968c92b

Browse files
committed
lint
1 parent f2e383c commit 968c92b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dd-trace/src/configuration/configuration.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ impl<T: ConfigurationValueProvider> ConfigurationValueProvider for ConfigItemRef
198198
/// It enables the configuration system to report configuration values, their
199199
/// origins, and associated metadata to Datadog.
200200
pub trait ConfigurationProvider {
201-
/// Returns a telemetry configuration object representing the current state of this configuration item.
201+
/// Returns a telemetry configuration object representing the current state of this
202+
/// configuration item.
202203
///
203204
/// # Parameters
204205
///
205-
/// - `config_id`: Optional identifier for remote configuration scenarios.
206-
/// When provided, this ID is included in the returned `Configuration` to
207-
/// track which remote configuration is responsible for the current value.
208-
///
206+
/// - `config_id`: Optional identifier for remote configuration scenarios. When provided, this
207+
/// ID is included in the returned `Configuration` to track which remote configuration is
208+
/// responsible for the current value.
209209
fn get_configuration(&self, config_id: Option<String>) -> Configuration;
210210
}
211211

0 commit comments

Comments
 (0)