mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
lint
This commit is contained in:
parent
6649143ee5
commit
149ca517c7
@ -28,7 +28,11 @@ pub struct QueueWithBackoff {
|
|||||||
|
|
||||||
impl Default for QueueWithBackoff {
|
impl Default for QueueWithBackoff {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::new(DEFAULT_BACKOFF_TIME_MS, DEFAULT_BACKOFF_POW, DEFAULT_BACKOFF_TIME_MAX_MS)
|
Self::new(
|
||||||
|
DEFAULT_BACKOFF_TIME_MS,
|
||||||
|
DEFAULT_BACKOFF_POW,
|
||||||
|
DEFAULT_BACKOFF_TIME_MAX_MS,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#[napi]
|
#[napi]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user