fix clippy
This commit is contained in:
parent
5614b96fef
commit
c0dd94dbb5
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ pub async fn update_button_state_task(
|
|||
if input_consistency_mode == InputConsistencyMode::SuperHack {
|
||||
if gcc_state != previous_state {
|
||||
gcc_publisher.publish_immediate(gcc_state);
|
||||
previous_state = gcc_state.clone();
|
||||
previous_state = gcc_state;
|
||||
}
|
||||
} else {
|
||||
gcc_publisher.publish_immediate(gcc_state);
|
||||
|
|
Loading…
Reference in a new issue