chore(shared): reformat protocol re-exports for rustfmt 1.97
This commit is contained in:
parent
25b088ce0b
commit
d12f7ac034
|
|
@ -8,5 +8,6 @@ pub mod chunk;
|
||||||
mod control;
|
mod control;
|
||||||
|
|
||||||
pub use control::{
|
pub use control::{
|
||||||
ClientHello, ControlMessage, Disconnect, FeatureFlags, HandshakeAck, HandshakeReject, PROTOCOL_VERSION, PackRef, PackTier, PlayerIdentity, RejectReason, RequiredPack, StreamLayout,
|
ClientHello, ControlMessage, Disconnect, FeatureFlags, HandshakeAck, HandshakeReject,
|
||||||
|
PROTOCOL_VERSION, PackRef, PackTier, PlayerIdentity, RejectReason, RequiredPack, StreamLayout,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue