From 39566afb15c9a25a0a81b06d7c07cd5871b9afd4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 30 Jan 2020 12:37:26 +0100 Subject: [PATCH] formatting fixup Signed-off-by: Wolfgang Bumiller --- proxmox-api-macro/src/api/method.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proxmox-api-macro/src/api/method.rs b/proxmox-api-macro/src/api/method.rs index 1ecf93ab..ce332a76 100644 --- a/proxmox-api-macro/src/api/method.rs +++ b/proxmox-api-macro/src/api/method.rs @@ -72,7 +72,10 @@ pub fn handle_method(mut attribs: JSONObject, mut func: syn::ItemFn) -> Result