We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bdd97 commit fa6109bCopy full SHA for fa6109b
src/tasks/bundler.rs
@@ -43,7 +43,11 @@ impl BundlePoller {
43
}
44
45
/// 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 {
+ pub fn new_with_poll_interval_ms(
47
+ config: &BuilderConfig,
48
+ authenticator: Authenticator,
49
+ poll_interval_ms: u64,
50
+ ) -> Self {
51
Self { config: config.clone(), authenticator, poll_interval_ms }
52
53
0 commit comments