Skip to content

Commit b56465d

Browse files
committed
Remove the last Rust warning.
1 parent 09ec07e commit b56465d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/crates/sdk/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ impl Config {
109109
///
110110
/// // If you want to customize the configuration further, use the builder pattern
111111
/// let ws_urls_multiple = "wss://api.testnet-dataengine.chain.link/ws,wss://api.testnet-dataengine.chain.link/ws";
112-
///
113-
/// let configCustom = Config::new(
112+
///
113+
/// let config_custom = Config::new(
114114
/// api_key.to_string(),
115115
/// user_secret.to_string(),
116116
/// rest_url.to_string(),

0 commit comments

Comments
 (0)