Skip to content

Commit

Permalink
clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed May 18, 2023
1 parent 79b35aa commit 7e0f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub fn process(descriptor: String, network: Network) -> Result<String> {

let html = paper_wallets(&wallet_data)?;

Ok(to_data_url(&html, "text/html"))
Ok(to_data_url(html, "text/html"))
}

/// Creates a random key pair for the given alias and returns the public part.
Expand Down

0 comments on commit 7e0f183

Please sign in to comment.