Skip to content

Commit

Permalink
time extent: use snake_case for module name
Browse files Browse the repository at this point in the history
Suggestion from: @josecelano.

Rename: from timeextent to time_extent.
  • Loading branch information
da2ce7 committed Sep 21, 2022
1 parent 119f020 commit 6ce1d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/protocol/clock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ mod stopped_clock {
}
}

pub mod timeextent;
pub mod time_extent;
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub type DefaultTimeExtentMaker = StoppedTimeExtentMaker;
#[cfg(test)]
mod test {

use crate::protocol::clock::timeextent::{
use crate::protocol::clock::time_extent::{
checked_duration_from_nanos, DefaultTimeExtentMaker, Extent, MakeTimeExtent, TimeExtent, TimeExtentBase,
TimeExtentProduct,
};
Expand Down

0 comments on commit 6ce1d0b

Please sign in to comment.