diff --git a/packages/relayer/Cargo.toml b/packages/relayer/Cargo.toml index dc7c463b..b7f7935b 100644 --- a/packages/relayer/Cargo.toml +++ b/packages/relayer/Cargo.toml @@ -57,4 +57,4 @@ uuid = "1.8.0" http = "1.1.0" [build-dependencies] -ethers = "2.0.10" \ No newline at end of file +ethers = "2.0.10" diff --git a/packages/utils/Cargo.toml b/packages/utils/Cargo.toml index 766a2261..872e6fa7 100644 --- a/packages/utils/Cargo.toml +++ b/packages/utils/Cargo.toml @@ -47,4 +47,4 @@ ethers = "2.0.14" [dependencies.neon] version = "0.10" default-features = false -features = ["napi-6", "channel-api", "promise-api"] \ No newline at end of file +features = ["napi-6", "channel-api", "promise-api"] diff --git a/packages/utils/src/converters.rs b/packages/utils/src/converters.rs index 5293d4bf..ca25eb59 100644 --- a/packages/utils/src/converters.rs +++ b/packages/utils/src/converters.rs @@ -218,4 +218,4 @@ pub fn bytes2fields_node(mut cx: FunctionContext) -> JsResult { js_array.set(&mut cx, i as u32, field)?; } Ok(js_array) -} \ No newline at end of file +} diff --git a/packages/utils/src/cryptos.rs b/packages/utils/src/cryptos.rs index 579f72d2..e4bcdb41 100644 --- a/packages/utils/src/cryptos.rs +++ b/packages/utils/src/cryptos.rs @@ -295,4 +295,4 @@ pub fn generate_partial_sha( let precomputed_sha = partial_sha(precompute_text, sha_cutoff_index); Ok((precomputed_sha, body_remaining, body_remaining_length)) -} \ No newline at end of file +} diff --git a/packages/utils/src/parse_email.rs b/packages/utils/src/parse_email.rs index a43dcba5..ef06dc48 100644 --- a/packages/utils/src/parse_email.rs +++ b/packages/utils/src/parse_email.rs @@ -279,4 +279,4 @@ mod test { "01eb9b204cc24c3baee11accc37d253a9c53e92b1a2cc07763475c135d575b76" ); } -} \ No newline at end of file +} diff --git a/packages/utils/src/regex.rs b/packages/utils/src/regex.rs index bf16516f..b9806e3a 100644 --- a/packages/utils/src/regex.rs +++ b/packages/utils/src/regex.rs @@ -240,4 +240,4 @@ pub fn extract_message_id_idxes_node(mut cx: FunctionContext) -> JsResult