From c86e60b14e51f2f15a0c681f95451d000c9d5c26 Mon Sep 17 00:00:00 2001 From: Ashok Menon Date: Thu, 15 Aug 2024 20:43:13 +0100 Subject: [PATCH] fixup: generate-config cargo fmt --- crates/sui-graphql-rpc/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sui-graphql-rpc/src/commands.rs b/crates/sui-graphql-rpc/src/commands.rs index a5da268afcf3dc..e5166def39f508 100644 --- a/crates/sui-graphql-rpc/src/commands.rs +++ b/crates/sui-graphql-rpc/src/commands.rs @@ -17,7 +17,7 @@ pub enum Command { /// command) with all values set to their defaults. GenerateConfig { /// Optional path to a file to output to. Prints to stdout if none is provided. - output: Option + output: Option, }, StartServer {