fix indents

This commit is contained in:
NikVolf
2017-05-04 16:12:27 +03:00
parent a2b235a818
commit 36c248ac9e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use symbols::{Symbol, expand_symbols, push_code_symbols, resolve_function};
pub fn optimize(
module: &mut elements::Module, // Module to optimize
used_exports: Vec<&str>, // List of only exports that will be usable after optimization
used_exports: Vec<&str>, // List of only exports that will be usable after optimization
) {
// WebAssembly exports optimizer
// Motivation: emscripten compiler backend compiles in many unused exports