Skip to content

Commit

Permalink
FIx typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 3, 2023
1 parent fa50123 commit 3301a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub use ghac::Builder as Ghac;
#[cfg(feature = "services-hdfs")]
pub mod hdfs;
#[cfg(feature = "services-hdfs")]
pub use ghac::Builder as Hdfs;
pub use hdfs::Builder as Hdfs;

pub mod http;
pub use self::http::Builder as Http;
Expand Down

0 comments on commit 3301a46

Please sign in to comment.