1
0
Fork 0

fix(typo?): remove weird line

Authored-by: Aviac <aviac@mailbox.org>
This commit is contained in:
aviac 2024-01-19 11:25:38 +01:00
parent 26303fc1f8
commit 331bb80acf
No known key found for this signature in database
GPG key ID: 644781002BDEA982

View file

@ -1023,7 +1023,6 @@ fn create_query_struct(spec: &OpenApiV2, path: &str, op: &Operation) -> eyre::Re
imp.push_str(&handler);
}
}
imp.push_str("s\n");
if fields.is_empty() {
return Ok(String::new());
} else {