This is an automated email from the ASF dual-hosted git repository.

suyanhanx pushed a commit to branch empty-file-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/empty-file-test by this push:
     new 5ce8ce12d fmt
5ce8ce12d is described below

commit 5ce8ce12dfe1de47ab0af7084527788ead950b48
Author: suyanhanx <[email protected]>
AuthorDate: Fri Sep 8 17:40:49 2023 +0800

    fmt
    
    Signed-off-by: suyanhanx <[email protected]>
---
 core/tests/behavior/blocking_append.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/tests/behavior/blocking_append.rs 
b/core/tests/behavior/blocking_append.rs
index 0d68c0b68..ccb89f786 100644
--- a/core/tests/behavior/blocking_append.rs
+++ b/core/tests/behavior/blocking_append.rs
@@ -18,10 +18,10 @@
 use std::vec;
 
 use anyhow::Result;
-use std::io::BufReader;
-use std::io::Cursor;
 use sha2::Digest;
 use sha2::Sha256;
+use std::io::BufReader;
+use std::io::Cursor;
 
 use crate::*;
 

Reply via email to