From a680fd921287d0acf5109e3f72517b8800ed84b7 Mon Sep 17 00:00:00 2001 From: aviac Date: Tue, 23 Jan 2024 09:23:46 +0100 Subject: [PATCH] chore(cleanup): remove comment Authored-by: Aviac --- generator/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/generator/src/main.rs b/generator/src/main.rs index 7e2d290..b0629c1 100644 --- a/generator/src/main.rs +++ b/generator/src/main.rs @@ -1048,8 +1048,6 @@ fn create_query_struct(spec: &OpenApiV2, path: &str, op: &Operation) -> eyre::Re .as_ref() .ok_or_else(|| eyre::eyre!("no op id found"))? .to_pascal_case(); - // human readable format string + added whitespace so that the generate text is human - // readable as well format!( " pub struct {op_name}Query {{