Skip to content

Commit ab21440

Browse files
squillaceCopilot
andauthored
Update src/main.rs
rust fmt stuff Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cfb45f3 commit ab21440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn main() {
3030

3131
let builder = hyperlight_wasm::SandboxBuilder::new()
3232
.with_guest_heap_size(30 * 1024 * 1024)
33-
.with_guest_scratch_size(1 * 1024 * 1024);
33+
.with_guest_scratch_size(1 * 1024 * 1024);
3434

3535
let mut sb = builder.build().unwrap();
3636

0 commit comments

Comments
 (0)