Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Nov 22, 2024
1 parent f2e1acd commit d8fe809
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bitwarden-ssh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ fn generate_sshkey_internal(
})
}

Check warning on line 54 in crates/bitwarden-ssh/src/lib.rs

View check run for this annotation

Codecov / codecov/patch

crates/bitwarden-ssh/src/lib.rs#L46-L54

Added lines #L46 - L54 were not covered by tests


#[derive(Serialize, Deserialize)]
#[cfg_attr(feature = "wasm", derive(Tsify), tsify(into_wasm_abi, from_wasm_abi))]

Check warning on line 57 in crates/bitwarden-ssh/src/lib.rs

View check run for this annotation

Codecov / codecov/patch

crates/bitwarden-ssh/src/lib.rs#L56-L57

Added lines #L56 - L57 were not covered by tests
pub struct GenerateSshKeyResult {
Expand Down

0 comments on commit d8fe809

Please sign in to comment.