Skip to content

Commit

Permalink
Clippy: Fix unreadable_literal
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jul 20, 2023
1 parent 4a60c1c commit a7af2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/id3/v2/items/event_timing_codes_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ mod tests {
},
Event {
event_type: EventType::MainPartEnd,
timestamp: 900000,
timestamp: 900_000,
},
Event {
event_type: EventType::AudioFileEnds,
timestamp: 750000000,
timestamp: 750_000_000,
},
],
}
Expand Down

0 comments on commit a7af2f7

Please sign in to comment.