Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas0008 committed Aug 30, 2024
1 parent 8bb00e2 commit ab73f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin-world/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pub mod global_registry;
pub mod item;
mod level;
pub mod radial_chunk_iterator;
pub mod vector3;
pub mod vector2;
pub mod vector3;
mod world_gen;

pub const WORLD_HEIGHT: usize = 384;
Expand Down

0 comments on commit ab73f3a

Please sign in to comment.