Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
suprohub committed Jan 6, 2025
1 parent e869ec5 commit 99581d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pumpkin-world/src/chunk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ pub enum Subchunks {
///
/// Single means a single block in all subchunk, like
/// subchunk, what filled only air or only water.
///
///
/// Rle means what a subchunk is rle compressed.
/// Like aaabbccccc becomes a3b2c5
///
///
/// Multi means a normal subchunk, what contains 4096 blocks.
#[derive(Clone, PartialEq, Debug)]
pub enum Subchunk {
Expand Down

0 comments on commit 99581d6

Please sign in to comment.