code cleanup: drop extra newlines at EOF

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-01 11:27:07 +02:00
parent ba39ab20fb
commit 2200a38671
2 changed files with 0 additions and 2 deletions

View File

@ -570,4 +570,3 @@ fn test_crypto_parameters_handling() -> Result<(), Error> {
Ok(())
}

View File

@ -99,4 +99,3 @@ pub fn check_auth(
}
}
}