Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Sep 8, 2024
1 parent f23592d commit c6f561e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pumpkin/src/client/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ impl Player {
}
self.mouse_drag(drag_handler, opened_container.as_deref_mut(), drag_state)
}
ClickType::DropType(_drop_type) => {dbg!("todo"); Ok(())},
ClickType::DropType(_drop_type) => {
dbg!("todo");
Ok(())
}
}?;
if let Some(mut opened_container) = opened_container {
if update_whole_container {
Expand Down

0 comments on commit c6f561e

Please sign in to comment.