This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch add-test-case-for-fuzzing
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/add-test-case-for-fuzzing by
this push:
new 2eb0d3222 Format code
2eb0d3222 is described below
commit 2eb0d3222402375a10b10b20678eb194f9557f7b
Author: Xuanwo <[email protected]>
AuthorDate: Thu Jul 27 11:45:17 2023 +0800
Format code
Signed-off-by: Xuanwo <[email protected]>
---
core/tests/behavior/fuzz.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/tests/behavior/fuzz.rs b/core/tests/behavior/fuzz.rs
index 2f5981d26..9e504eaff 100644
--- a/core/tests/behavior/fuzz.rs
+++ b/core/tests/behavior/fuzz.rs
@@ -20,7 +20,7 @@ use std::{io, vec};
use anyhow::Result;
use futures::AsyncSeekExt;
-use log::{debug};
+use log::debug;
use crate::*;