From 2200a38671673613a8a649f6a31351cbecf7cc85 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 1 Apr 2021 11:27:07 +0200 Subject: [PATCH] code cleanup: drop extra newlines at EOF Signed-off-by: Thomas Lamprecht --- src/bin/proxmox_client_tools/key_source.rs | 1 - src/server/auth.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/bin/proxmox_client_tools/key_source.rs b/src/bin/proxmox_client_tools/key_source.rs index 92132ba5..0ad06bb0 100644 --- a/src/bin/proxmox_client_tools/key_source.rs +++ b/src/bin/proxmox_client_tools/key_source.rs @@ -570,4 +570,3 @@ fn test_crypto_parameters_handling() -> Result<(), Error> { Ok(()) } - diff --git a/src/server/auth.rs b/src/server/auth.rs index 24151886..e3c1f408 100644 --- a/src/server/auth.rs +++ b/src/server/auth.rs @@ -99,4 +99,3 @@ pub fn check_auth( } } } -