Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mitiko committed Mar 4, 2024
1 parent 2f36f42 commit 3112202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pub mod counter;
pub mod order0;
pub mod order0entropy;
pub mod order1;
pub mod stationary;
pub mod ordern;
pub mod stationary;

pub use self::{counter::*, order0::*, order0entropy::*, order1::*, ordern::*};
pub use crate::state_table::*;
Expand Down
2 changes: 1 addition & 1 deletion src/models/ordern.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::usize;
use super::{counter::Counter, Model};
use crate::usize;

pub struct OrderN {
stats: Vec<Counter>,
Expand Down

0 comments on commit 3112202

Please sign in to comment.