Skip to content

Commit

Permalink
Add new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Apr 5, 2024
1 parent 7a568d8 commit 7bb8a75
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ uuid = "1.8.0"
http = "1.1.0"

[build-dependencies]
ethers = "2.0.10"
ethers = "2.0.10"
2 changes: 1 addition & 1 deletion packages/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ ethers = "2.0.14"
[dependencies.neon]
version = "0.10"
default-features = false
features = ["napi-6", "channel-api", "promise-api"]
features = ["napi-6", "channel-api", "promise-api"]
2 changes: 1 addition & 1 deletion packages/utils/src/converters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ pub fn bytes2fields_node(mut cx: FunctionContext) -> JsResult<JsArray> {
js_array.set(&mut cx, i as u32, field)?;
}
Ok(js_array)
}
}
2 changes: 1 addition & 1 deletion packages/utils/src/cryptos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
}
2 changes: 1 addition & 1 deletion packages/utils/src/parse_email.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ mod test {
"01eb9b204cc24c3baee11accc37d253a9c53e92b1a2cc07763475c135d575b76"
);
}
}
}
2 changes: 1 addition & 1 deletion packages/utils/src/regex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ pub fn extract_message_id_idxes_node(mut cx: FunctionContext) -> JsResult<JsArra
js_array.set(&mut cx, i as u32, start_end_array)?;
}
Ok(js_array)
}
}

0 comments on commit 7bb8a75

Please sign in to comment.