Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StripedMonkey committed Aug 23, 2024
1 parent 628cada commit 16a0dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pumpkin-protocol/src/client/play/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ mod c_spawn_player;
mod c_subtitle;
mod c_sync_player_position;
mod c_system_chat_message;
mod c_update_entity_pos_rot;
mod c_update_entity_pos;
mod c_update_entity_pos_rot;
mod c_update_entity_rot;
mod c_worldevent;
mod player_action;
Expand Down Expand Up @@ -68,8 +68,8 @@ pub use c_spawn_player::*;
pub use c_subtitle::*;
pub use c_sync_player_position::*;
pub use c_system_chat_message::*;
pub use c_update_entity_pos_rot::*;
pub use c_update_entity_pos::*;
pub use c_update_entity_pos_rot::*;
pub use c_update_entity_rot::*;
pub use c_worldevent::*;
pub use player_action::*;
2 changes: 1 addition & 1 deletion pumpkin/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use pumpkin_protocol::{
config::CConfigDisconnect,
login::CLoginDisconnect,
play::{
CGameEvent, CPlayDisconnect, CSetContainerContent, CSyncPlayerPosition,
CGameEvent, CPlayDisconnect, CSyncPlayerPosition,
CSystemChatMessage,
},
},
Expand Down

0 comments on commit 16a0dd8

Please sign in to comment.