From 820c95ace4f0695b1fb1a3c1a006fb58ebf671bc Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Fri, 29 Sep 2023 18:19:04 +0200 Subject: [PATCH] refactor: fix formatting Co-authored-by: Theo Butler --- common/src/allocations/monitor.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/src/allocations/monitor.rs b/common/src/allocations/monitor.rs index 6954f6cf..7ddea796 100644 --- a/common/src/allocations/monitor.rs +++ b/common/src/allocations/monitor.rs @@ -89,8 +89,7 @@ impl AllocationMonitor { } } "#, - "variables": - { "id": graph_network_id }, + "variables": { "id": graph_network_id }, })) .await .map_err(|e| {