mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 06:49:48 -04:00
fix lint
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
252257f89f
commit
406bb2845b
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ impl KnockedRoom {
|
|||
|
||||
impl From<KnockState> for KnockedRoom {
|
||||
fn from(knock_state: KnockState) -> Self {
|
||||
KnockedRoom { knock_state, ..Default::default() }
|
||||
KnockedRoom { knock_state }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue