cargo fmt

This commit is contained in:
Felix Schütt
2022-09-16 00:03:13 +02:00
parent 1895dd21bb
commit 7eb4d0fc7c
9 changed files with 18 additions and 18 deletions

View File

@@ -403,10 +403,10 @@ pub unsafe extern "C" fn wasi_get_start_function(
#[cfg(test)]
mod tests {
#[cfg(target_os = "windows")]
use wasmer_inline_c::assert_c;
#[cfg(not(target_os = "windows"))]
use inline_c::assert_c;
#[cfg(target_os = "windows")]
use wasmer_inline_c::assert_c;
#[test]
fn test_wasi_get_wasi_version_snapshot0() {