Skip to content

Commit

Permalink
Restore blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
titaneric committed Jan 11, 2025
1 parent 7a111f6 commit ced88b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/format/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,11 @@ where
Second => (2, false, Parsed::set_second),
Nanosecond => (9, false, Parsed::set_nanosecond),
Timestamp => (usize::MAX, false, Parsed::set_timestamp),

// for the future expansion
Internal(ref int) => match int._dummy {},
};

s = s.trim_start();

let (neg, start_idx, min_width, mut max_width) = {
Expand Down

0 comments on commit ced88b2

Please sign in to comment.