Skip to content

Commit fa6109b

Browse files
committed
fmt
1 parent b2bdd97 commit fa6109b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tasks/bundler.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ impl BundlePoller {
4343
}
4444

4545
/// Creates a new BundlePoller from the provided builder config and with the specified poll interval in ms.
46-
pub fn new_with_poll_interval_ms(config: &BuilderConfig, authenticator: Authenticator, poll_interval_ms: u64) -> Self {
46+
pub fn new_with_poll_interval_ms(
47+
config: &BuilderConfig,
48+
authenticator: Authenticator,
49+
poll_interval_ms: u64,
50+
) -> Self {
4751
Self { config: config.clone(), authenticator, poll_interval_ms }
4852
}
4953

0 commit comments

Comments
 (0)