Skip to content

Commit

Permalink
minor error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Aug 29, 2024
1 parent e3e275c commit 717f5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/stable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const MEMORY_INDEX_COUNT: u8 = 10;

const ZEROES: [u8; MAX_FILE_CHUNK_SIZE_V2] = [0u8; MAX_FILE_CHUNK_SIZE_V2];

#[derive(Clone, Copy, Debug)]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum ChunkType {
V1, V2
}
Expand Down

0 comments on commit 717f5b5

Please sign in to comment.