Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Oct 10, 2023
1 parent a5b50f4 commit 2e2ccea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/bench/src/spacetime_module.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
use spacetimedb::db::{Config, FsyncPolicy, Storage};
use spacetimedb_lib::{sats::ArrayValue, AlgebraicValue, ProductValue};
use spacetimedb_lib::{
sats::{product, ArrayValue},
AlgebraicValue, ProductValue,
};
use spacetimedb_testing::modules::{start_runtime, CompilationMode, CompiledModule, ModuleHandle};
use tokio::runtime::Runtime;

Expand Down

0 comments on commit 2e2ccea

Please sign in to comment.