We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a9e57 commit aeb4002Copy full SHA for aeb4002
1 file changed
vm/src/vm.rs
@@ -73,7 +73,7 @@ pub struct VirtualMachine {
73
}
74
75
pub const NSIG: usize = 64;
76
-pub const MAX_MEMORY_SIZE: usize = (std::usize::MAX >> 3)+1;
+pub const MAX_MEMORY_SIZE: usize = (std::usize::MAX >> 3) + 1;
77
78
#[derive(Copy, Clone)]
79
pub enum InitParameter {
0 commit comments