Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdelajonquieresonos committed Sep 30, 2020
1 parent 62762a3 commit d209eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfst/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pub mod prelude {
pub use crate::fst_traits::*;
pub use crate::semirings::*;
pub use crate::tr::Tr;
pub use crate::trs::{ TrsVec, Trs, TrsConst };
pub use crate::trs::{Trs, TrsConst, TrsVec};
pub use crate::*;
}

Expand Down

0 comments on commit d209eaa

Please sign in to comment.