Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Mar 24, 2024
1 parent 446e93f commit 3e5a3cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constants/extra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e5a3cc

Please sign in to comment.