feat: auto format generated code, and ignore clippy lint in agent-client

This commit is contained in:
GW_MC
2025-12-28 16:08:29 +08:00
parent 0b64538754
commit 8cc2775fe4
11 changed files with 149 additions and 98 deletions

View File

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