Skip to content

Commit

Permalink
Minor lint fix
Browse files Browse the repository at this point in the history
Summary: $title

Reviewed By: josueBrizuelaXD

Differential Revision: D38552727

fbshipit-source-id: 9cbd1c449ad50c7e543328b1f4b1fb3c81964ffe
  • Loading branch information
joesus authored and facebook-github-bot committed Aug 9, 2022
1 parent 64897b4 commit 6769812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct CustomUpdateMedia: Codable, Equatable {
}

guard let gif = media as? FacebookGIF,
video == nil
video == nil
else {
return nil
}
Expand Down

0 comments on commit 6769812

Please sign in to comment.