Skip to content

Commit 7c53428

Browse files
committed
lint
1 parent 874bb37 commit 7c53428

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dd-trace/src/configuration/configuration.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +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.
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.
208209
///
209210
fn get_configuration(&self, config_id: Option<String>) -> Configuration;
210211
}

0 commit comments

Comments
 (0)