Skip to content

Commit

Permalink
Fixes formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Nov 11, 2024
1 parent 1ac1a4f commit e6abbc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion rust/src/nasl/builtin/cryptographic/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ mod helper;
mod hmac;
mod rc4;
mod rsa;

2 changes: 0 additions & 2 deletions rust/src/osp/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use super::commands::Error;
#[derive(Clone, Copy, Debug, Default, PartialEq)]
pub struct StringU64(u64);


impl From<i64> for StringU64 {
fn from(value: i64) -> Self {
StringU64(value as u64)
Expand Down Expand Up @@ -735,7 +734,6 @@ mod tests {
}
}


#[test]
fn init_response() {
let xml = r#"
Expand Down

0 comments on commit e6abbc2

Please sign in to comment.