summaryrefslogtreecommitdiffstats
path: root/generator/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'generator/src/main.rs')
-rw-r--r--generator/src/main.rs2
1 files changed, 0 insertions, 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 {{