Skip to content

Commit

Permalink
fixup: generate-config cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed Aug 16, 2024
1 parent f61c2e6 commit 0551ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-graphql-rpc/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<PathBuf>
output: Option<PathBuf>,
},

StartServer {
Expand Down

0 comments on commit 0551ce2

Please sign in to comment.