Format with rustfmt.

This commit is contained in:
Dan Gohman
2018-08-03 15:37:57 -07:00
parent 40791787c7
commit 4992162fab
4 changed files with 7 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ use cranelift_codegen::ir::{
use cranelift_codegen::isa;
use cranelift_codegen::settings;
use cranelift_wasm::{
self, FunctionIndex, Global, GlobalIndex, GlobalVariable, Memory, MemoryIndex, SignatureIndex, Table,
TableIndex, WasmResult, translate_module,
self, translate_module, FunctionIndex, Global, GlobalIndex, GlobalVariable, Memory,
MemoryIndex, SignatureIndex, Table, TableIndex, WasmResult,
};
use module::{DataInitializer, Export, LazyContents, Module, TableElements};
use target_lexicon::Triple;