Skip to content

Commit aeb4002

Browse files
philippeitisphilippeitis
authored andcommitted
Formatting.
1 parent 01a9e57 commit aeb4002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vm/src/vm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub struct VirtualMachine {
7373
}
7474

7575
pub const NSIG: usize = 64;
76-
pub const MAX_MEMORY_SIZE: usize = (std::usize::MAX >> 3)+1;
76+
pub const MAX_MEMORY_SIZE: usize = (std::usize::MAX >> 3) + 1;
7777

7878
#[derive(Copy, Clone)]
7979
pub enum InitParameter {

0 commit comments

Comments
 (0)