feat: auto format generated code, and ignore clippy lint in agent-client
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
*
|
||||
* The version of the OpenAPI document: 0.1.0
|
||||
*
|
||||
*
|
||||
* Generated by: https://openapi-generator.tech
|
||||
*/
|
||||
|
||||
@@ -19,9 +19,6 @@ pub struct StatusResp {
|
||||
|
||||
impl StatusResp {
|
||||
pub fn new(ok: bool) -> StatusResp {
|
||||
StatusResp {
|
||||
ok,
|
||||
}
|
||||
StatusResp { ok }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user