Skip to content

Commit

Permalink
[formatting] add new line validate_wasm.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pventuzelo authored Sep 2, 2019
1 parent 9ba77aa commit afa6d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_targets/validate_wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ fuzz_target!(|data: &[u8]| {
// modify those values to explore additionnal part of wasmer
simd: false, threads: false, },
);
});
});

0 comments on commit afa6d6f

Please sign in to comment.