Skip to content

Commit

Permalink
remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
techraed committed Sep 13, 2023
1 parent 0e3522f commit 17c3557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wasm-gen/src/config/syscalls/param.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//!
//! Types here are used to create [`crate::SysCallsConfig`].
use crate::{MemoryPagesConfig, DEFAULT_INITIAL_SIZE};
use crate::DEFAULT_INITIAL_SIZE;
use arbitrary::{Result, Unstructured};
use std::{collections::HashMap, ops::RangeInclusive};

Expand Down

0 comments on commit 17c3557

Please sign in to comment.