Skip to content

Commit 3d743ed

Browse files
da2ce7josecelano
andcommitted
time extent: use snake_case for module name
Rename: from timeextent to time_extent. Co-authored-by: Jose Celano <[email protected]>
1 parent 8653f9a commit 3d743ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/protocol/clock/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ mod stopped_clock {
247247
}
248248
}
249249

250-
pub mod timeextent;
250+
pub mod time_extent;

src/protocol/clock/timeextent.rs renamed to src/protocol/clock/time_extent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub type DefaultTimeExtentMaker = StoppedTimeExtentMaker;
157157
#[cfg(test)]
158158
mod test {
159159

160-
use crate::protocol::clock::timeextent::{
160+
use crate::protocol::clock::time_extent::{
161161
checked_duration_from_nanos, DefaultTimeExtentMaker, Extent, MakeTimeExtent, TimeExtent, TimeExtentBase,
162162
TimeExtentProduct,
163163
};

0 commit comments

Comments
 (0)