Format files.

This commit is contained in:
Maddy
2018-08-03 15:17:52 +00:00
committed by Dan Gohman
parent ee9e5cba49
commit 32b332b733
4 changed files with 13 additions and 9 deletions

View File

@@ -50,8 +50,8 @@ pub use environ::{
pub use func_translator::FuncTranslator;
pub use module_translator::translate_module;
pub use translation_utils::{
DefinedFuncIndex, FuncIndex, Global, GlobalIndex, GlobalInit, Memory, MemoryIndex, SignatureIndex, Table,
TableIndex,
DefinedFuncIndex, FuncIndex, Global, GlobalIndex, GlobalInit, Memory, MemoryIndex,
SignatureIndex, Table, TableIndex,
};
#[cfg(not(feature = "std"))]