fix(typo?): remove weird line
Authored-by: Aviac <aviac@mailbox.org>
This commit is contained in:
parent
26303fc1f8
commit
331bb80acf
|
@ -1023,7 +1023,6 @@ fn create_query_struct(spec: &OpenApiV2, path: &str, op: &Operation) -> eyre::Re
|
||||||
imp.push_str(&handler);
|
imp.push_str(&handler);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
imp.push_str("s\n");
|
|
||||||
if fields.is_empty() {
|
if fields.is_empty() {
|
||||||
return Ok(String::new());
|
return Ok(String::new());
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue