Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Sep 2, 2024
1 parent 2462ad3 commit bbcc06b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/services/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ pub use ipmfs::*;
mod koofr;
pub use koofr::*;

mod lakefs;
pub use lakefs::*;

mod libsql;
pub use libsql::*;

Expand Down Expand Up @@ -213,6 +216,3 @@ pub use webhdfs::*;

mod yandex_disk;
pub use yandex_disk::*;

mod lakefs;
pub use lakefs::*;

0 comments on commit bbcc06b

Please sign in to comment.