Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-braun committed Sep 28, 2023
1 parent d2c180d commit a651ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ impl TimeWindow {
self.end = end;
}

/// Extends time window start to the given value. Is a No-Op when given value
/// isn't earlier than current time window start.
/// Extends time window start to the given value. Is a No-Op when given
/// value isn't earlier than current time window start.
/// Returns by which duration the start was moved.
/// # Examples
///
Expand Down

0 comments on commit a651ba3

Please sign in to comment.