Skip to content

Commit

Permalink
Remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
techraed committed Jul 26, 2023
1 parent 7db06ec commit 7220139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wasm-gen/src/config/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

//! Configs related to instantiation of gear wasm module generators.

use crate::{wasm::PAGE_SIZE as WASM_PAGE_SIZE, SysCallsConfig, SysCallsConfigBuilder};
use crate::{SysCallsConfig, SysCallsConfigBuilder};

/// Gear wasm generator config.
///
Expand Down

0 comments on commit 7220139

Please sign in to comment.