From 3e5a3ccceaab9933df30c3563baeaa7b94326b86 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Sun, 24 Mar 2024 10:38:15 -0600 Subject: [PATCH] fmt --- src/constants/extra.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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