mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-27 14:07:56 +00:00
Add rustfmt.toml from substrate repo (#161)
* Add rustfmt.toml from substrate repo * Apply rustfmt to code base * Fix formatting * Move rustfmt job to the top
This commit is contained in:
committed by
GitHub
parent
77ad07e347
commit
a0b548b37d
+1
-1
@@ -4,7 +4,7 @@ fn main() {
|
||||
let args = std::env::args().collect::<Vec<_>>();
|
||||
if args.len() != 3 {
|
||||
println!("Usage: {} input_file.wasm output_file.wasm", args[0]);
|
||||
return;
|
||||
return
|
||||
}
|
||||
|
||||
let module = pwasm_utils::externalize(
|
||||
|
||||
Reference in New Issue
Block a user