Skip to content

Commit

Permalink
trigger branch build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Feb 9, 2024
1 parent b101589 commit c76e579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/srt/srt_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl SrtFile {

let data: Result<SrtFrameData, ParseError> = i.text.parse();
let mut d: Option<SrtFrameData> = None;

if !data.is_err() {

Check failure on line 41 in backend/src/srt/srt_file.rs

View workflow job for this annotation

GitHub Actions / Lints

this boolean expression can be simplified
let ad = data?;
has_distance |= ad.distance > 0;
Expand Down

0 comments on commit c76e579

Please sign in to comment.