mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-27 21:52:03 +00:00
spaces to tabs
This commit is contained in:
@ -5,7 +5,6 @@ use std::env::args;
|
|||||||
use parity_wasm::{interpreter, ModuleInstanceInterface, RuntimeValue};
|
use parity_wasm::{interpreter, ModuleInstanceInterface, RuntimeValue};
|
||||||
use parity_wasm::elements::{Internal, External, Type, FunctionType, ValueType};
|
use parity_wasm::elements::{Internal, External, Type, FunctionType, ValueType};
|
||||||
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let args: Vec<_> = args().collect();
|
let args: Vec<_> = args().collect();
|
||||||
if args.len() < 3 {
|
if args.len() < 3 {
|
||||||
|
Reference in New Issue
Block a user