Skip to content

Commit a36eed0

Browse files
committed
lint: fmt
1 parent c4348b7 commit a36eed0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/config.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ pub struct BuilderConfig {
138138
)]
139139
pub oauth_token_url: String,
140140
/// The oauth token refresh interval in seconds.
141-
#[from_env(var = "AUTH_TOKEN_REFRESH_INTERVAL", desc = "The oauth token refresh interval in seconds")]
141+
#[from_env(
142+
var = "AUTH_TOKEN_REFRESH_INTERVAL",
143+
desc = "The oauth token refresh interval in seconds"
144+
)]
142145
pub oauth_token_refresh_interval: u64,
143146
/// The max number of simultaneous block simulations to run.
144147
#[from_env(

0 commit comments

Comments
 (0)