Skip to content

Commit

Permalink
Update containerd-shim-lunatic-v1/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Prendes <jorge.prendes@gmail.com>
  • Loading branch information
Mossaka and jprendes authored Sep 19, 2023
1 parent 0bc6a8e commit 2895cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd-shim-lunatic-v1/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use containerd_shim_wasm::sandbox::ShimCli;

use executor::LunaticEngine;

pub type LunaticInstance = Instance<LunaticEngine>;
type LunaticInstance = Instance<LunaticEngine>;

mod common;
mod executor;
Expand Down

0 comments on commit 2895cdc

Please sign in to comment.