From 4e0d1617b680f3225e4bf83fb6b8c7d63abb4209 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Thu, 11 May 2023 16:27:56 +0200 Subject: [PATCH] refac identities calls --- src/main.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index 7b57d33..f251d64 100644 --- a/src/main.rs +++ b/src/main.rs @@ -56,11 +56,7 @@ pub struct Args { pub subcommand: Subcommand, /// Indexer URL - #[clap( - short, - long, - default_value = "http://localhost:8080/v1/graphql" - )] + #[clap(short, long, default_value = "http://localhost:8080/v1/graphql")] indexer: String, /// Do not use indexer #[clap(long)] -- GitLab