Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Nov 2, 2024
1 parent e12856e commit 15ed614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/src/opendal.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::sync::Arc;

use fusio::{dynamic::DynFile, DynFs};
use fusio_opendal::OpendalFs;
use opendal::services::Memory;
use opendal::Operator;
use std::sync::Arc;
use opendal::{services::Memory, Operator};

#[allow(unused)]
async fn use_opendalfs() {
Expand Down

0 comments on commit 15ed614

Please sign in to comment.