Clean up indentation problems (#4762)

This commit is contained in:
Sergei Pepyakin
2020-01-29 13:27:23 +01:00
committed by GitHub
parent f4fa59470a
commit 2c90562818
12 changed files with 60 additions and 60 deletions
@@ -72,7 +72,7 @@ fn call_not_existing_function(wasm_method: WasmExecutionMethod) {
let mut ext = TestExternalities::default();
let mut ext = ext.ext();
match call_in_wasm(
match call_in_wasm(
"test_calling_missing_external",
&[],
wasm_method,