Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Dec 17, 2023
1 parent 958ff6c commit 242429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct Config {
#[serde(default = "default_max_spritesheet_size")]
pub max_spritesheet_size: (u32, u32),

/// The padding size that any packed spritesheets should use. Only applies if
/// The padding size that any packed spritesheets should use. Only applies if
/// this config is the root config file.
#[serde(default = "default_spritesheet_padding_size")]
pub spritesheet_padding_size: u32,
Expand Down

0 comments on commit 242429d

Please sign in to comment.