This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch dropbox-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/dropbox-test by this push:
new dd0d6d040 make fmt happy
dd0d6d040 is described below
commit dd0d6d040df95f208fb7d1638f9aff9ba4f7acbc
Author: suyanhanx <[email protected]>
AuthorDate: Thu Jul 6 16:36:10 2023 +0800
make fmt happy
Signed-off-by: suyanhanx <[email protected]>
---
core/src/services/dropbox/backend.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/services/dropbox/backend.rs
b/core/src/services/dropbox/backend.rs
index 9d2e21500..dea952f5b 100644
--- a/core/src/services/dropbox/backend.rs
+++ b/core/src/services/dropbox/backend.rs
@@ -74,7 +74,7 @@ impl Accessor for DropboxBackend {
ErrorKind::AlreadyExists => Ok(RpCreateDir::default()),
_ => Err(err),
}
- },
+ }
}
}