[formatting] add new line validate_wasm.rs

This commit is contained in:
Patrick Ventuzelo
2019-09-02 11:14:40 +02:00
committed by GitHub
parent 9ba77aa1fc
commit afa6d6f52c

View File

@ -16,4 +16,4 @@ fuzz_target!(|data: &[u8]| {
// modify those values to explore additionnal part of wasmer
simd: false, threads: false, },
);
});
});