Skip to content

Commit

Permalink
refactor: improve code readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rossi committed Dec 13, 2023
1 parent 332e405 commit cadc581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/services/ds_media_format.service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class DSMediaFormatService {
);

return File(result!.path).exists();
} catch (e) {
} catch (_) {
return false;
}
}
Expand Down

0 comments on commit cadc581

Please sign in to comment.