From 67995a813fd859d943c005f42fe2687e11f276f9 Mon Sep 17 00:00:00 2001 From: Enola Knezevic Date: Wed, 22 May 2024 14:53:48 +0200 Subject: [PATCH 1/2] style changest @Threated requested --- src/exporter.rs | 16 +++------------- src/main.rs | 8 ++++---- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/src/exporter.rs b/src/exporter.rs index b6ebfb7..558c16d 100644 --- a/src/exporter.rs +++ b/src/exporter.rs @@ -54,27 +54,17 @@ pub async fn post_exporter_query(body: &String, task_type: TaskType) -> Result Date: Wed, 22 May 2024 14:58:15 +0200 Subject: [PATCH 2/2] style change Clippy requested --- src/exporter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exporter.rs b/src/exporter.rs index 558c16d..fb18e68 100644 --- a/src/exporter.rs +++ b/src/exporter.rs @@ -54,7 +54,7 @@ pub async fn post_exporter_query(body: &String, task_type: TaskType) -> Result