From 42a1595231b2670802570b876d9b4b8b5e297ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lasse=20M=C3=B8ldrup?= Date: Wed, 29 Nov 2023 09:43:18 +0100 Subject: [PATCH] Undo Cargo.toml formatting --- recover-id-object/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recover-id-object/Cargo.toml b/recover-id-object/Cargo.toml index 414ccbe0..966f13b6 100644 --- a/recover-id-object/Cargo.toml +++ b/recover-id-object/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" [dependencies] clap = { version = "4", features = ["env", "derive"] } anyhow = "1" -tokio = { version = "1.20", features = ["rt-multi-thread", "macros"] } -tonic = { version = "0.8", features = ["tls", "tls-roots", "tls-webpki-roots"] } +tokio = {version = "1.20", features = ["rt-multi-thread", "macros"]} +tonic = {version = "0.8", features = ["tls", "tls-roots", "tls-webpki-roots"]} thiserror = "1" concordium-rust-sdk = { path = "../deps/concordium-rust-sdk", version = "*" }