[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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