Skip to content

Commit e6abbc2

Browse files
committed
Fixes formatting issues
1 parent 1ac1a4f commit e6abbc2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

rust/src/nasl/builtin/cryptographic/tests/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ mod helper;
1010
mod hmac;
1111
mod rc4;
1212
mod rsa;
13-

rust/src/osp/response.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use super::commands::Error;
1313
#[derive(Clone, Copy, Debug, Default, PartialEq)]
1414
pub struct StringU64(u64);
1515

16-
1716
impl From<i64> for StringU64 {
1817
fn from(value: i64) -> Self {
1918
StringU64(value as u64)
@@ -735,7 +734,6 @@ mod tests {
735734
}
736735
}
737736

738-
739737
#[test]
740738
fn init_response() {
741739
let xml = r#"

0 commit comments

Comments
 (0)