Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 5f26832

Browse files
committed
Run rustfmt
1 parent fd13c65 commit 5f26832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fuzzing/src/oracles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ pub fn dynamic_component_api_target(input: &mut arbitrary::Unstructured) -> arbi
10441044
use wasmtime::component::{Component, Linker, Val};
10451045
use wasmtime_test_util::component::FuncExt;
10461046
use wasmtime_test_util::component_fuzz::{
1047-
TestCase, Type, EXPORT_FUNCTION, IMPORT_FUNCTION, MAX_TYPE_DEPTH,
1047+
EXPORT_FUNCTION, IMPORT_FUNCTION, MAX_TYPE_DEPTH, TestCase, Type,
10481048
};
10491049

10501050
crate::init_fuzzing();

0 commit comments

Comments
 (0)