Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jun 14, 2024
1 parent 257727b commit 8d9d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/src/bin/cdn-marshal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct Args {
value_parser = parse_size,
env = "ESPRESSO_CDN_MARSHAL_GLOBAL_MEMORY_POOL_SIZE"
)]
global_memory_pool_size: usize,
global_memory_pool_size: u64,
}

#[async_std::main]
Expand Down

0 comments on commit 8d9d7a7

Please sign in to comment.