Skip to content

Commit

Permalink
Appease linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Aug 21, 2023
1 parent ce7d280 commit 2c1288b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ferveo/src/bindings_wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,7 @@ pub fn decrypt_with_shared_secret(
type InnerDkgPublicKey = api::DkgPublicKey;

#[wasm_bindgen]
#[derive(
derive_more::From,
derive_more::AsRef,
)]
#[derive(derive_more::From, derive_more::AsRef)]
pub struct DkgPublicKey(InnerDkgPublicKey);

generate_equals!(DkgPublicKey);
Expand Down

0 comments on commit 2c1288b

Please sign in to comment.