diff --git a/src/constants/extra.rs b/src/constants/extra.rs index 6344c8e..d50d19b 100644 --- a/src/constants/extra.rs +++ b/src/constants/extra.rs @@ -40,7 +40,8 @@ pub const CREEP_HITS_PER_PART: u32 = 100; /// The maximum size (1000 KiB) of the serialized [`MapVisual`] data. //pub const MAP_VISUAL_SIZE_LIMIT: u32 = 1000 * 1024; -/// The maximum number of times that you can deal on market orders in a single tick. +/// The maximum number of times that you can deal on market orders in a single +/// tick. //pub const MARKET_MAX_DEALS_PER_TICK: u32 = 10; /// Maximum size in bytes (100 KiB) of the string contents allowed in memory