Skip to content

Commit

Permalink
squash: fix rustfmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Feb 14, 2020
1 parent f4cf9fa commit 7cea204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmtime-basic/src/main.rs
Expand Up @@ -20,7 +20,7 @@

use std::fs::File;
use std::io::Read;
use wasmtime::{Engine, Store, Val, Module, Instance, Trap};
use wasmtime::{Engine, Instance, Module, Store, Trap, Val};

// The basic WASM demo itself.
fn main() {
Expand Down

0 comments on commit 7cea204

Please sign in to comment.