Skip to content

Commit b9f2e4b

Browse files
committed
refactor(app): remove unnecessary clone
1 parent d856fef commit b9f2e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ impl App {
374374
frame.render_stateful_widget(
375375
controller_table,
376376
controller_block,
377-
&mut self.controller_state.clone(),
377+
&mut self.controller_state,
378378
);
379379

380380
if rows_len > controller_block.height.saturating_sub(4) as usize {

0 commit comments

Comments
 (0)