mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
aquatic_udp_protocol: run rustfmt
This commit is contained in:
parent
d1ee18394d
commit
1b890e8321
1 changed files with 3 additions and 1 deletions
|
|
@ -225,7 +225,9 @@ impl Response {
|
||||||
|
|
||||||
Ok((ErrorResponse {
|
Ok((ErrorResponse {
|
||||||
transaction_id: TransactionId(transaction_id),
|
transaction_id: TransactionId(transaction_id),
|
||||||
message: String::from_utf8_lossy(&inner[position..]).into_owned().into(),
|
message: String::from_utf8_lossy(&inner[position..])
|
||||||
|
.into_owned()
|
||||||
|
.into(),
|
||||||
})
|
})
|
||||||
.into())
|
.into())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue