1
0
Fork 0

chore(cleanup): remove comment

Authored-by: Aviac <aviac@mailbox.org>
This commit is contained in:
aviac 2024-01-23 09:23:46 +01:00
parent 9566d232bf
commit a680fd9212
No known key found for this signature in database
GPG key ID: 644781002BDEA982

View file

@ -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 {{