style: format rebased conflict resolutions

This commit is contained in:
JamesYin 2026-02-17 22:30:52 +08:00 committed by Chummy
parent 3522d51f98
commit 128e888d7a
2 changed files with 9 additions and 11 deletions

View file

@ -101,7 +101,6 @@ impl DingTalkChannel {
let gw: GatewayResponse = resp.json().await?;
Ok(gw)
}
}
#[async_trait]