Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
credence0x committed Jan 7, 2025
1 parent cbad5de commit 4960292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/discord/src/events/battle_pillage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::{

use super::{ToDiscordMessage, UNKNOWN_USER};

const RESOURCE_PRECISION : u128 = 1_000_000_000;
const RESOURCE_PRECISION: u128 = 1_000_000_000;
#[derive(CairoSerde, Clone)]
pub struct BattlePillage {
pub id: u32,
Expand Down

0 comments on commit 4960292

Please sign in to comment.