mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 11:10:49 +00:00
fix identation
This commit is contained in:
parent
124de6c2db
commit
0d40703c6e
@ -124,6 +124,7 @@ fn do_main() -> Result<(), Error> {
|
|||||||
|
|
||||||
let target_dir = matches.value_of("target").expect("is required; qed");
|
let target_dir = matches.value_of("target").expect("is required; qed");
|
||||||
let wasm_binary = matches.value_of("wasm").expect("is required; qed");
|
let wasm_binary = matches.value_of("wasm").expect("is required; qed");
|
||||||
|
|
||||||
let mut source_input = source::SourceInput::new(target_dir, wasm_binary);
|
let mut source_input = source::SourceInput::new(target_dir, wasm_binary);
|
||||||
|
|
||||||
let source_target_val = matches.value_of("source_target").unwrap_or_else(|| source::EMSCRIPTEN_TRIPLET);
|
let source_target_val = matches.value_of("source_target").unwrap_or_else(|| source::EMSCRIPTEN_TRIPLET);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user