Skip to content

Commit

Permalink
style: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Feb 6, 2024
1 parent f27e5a3 commit 46b7b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ class Facebook internal constructor(url: String) : Extractor(url) {
videoData.get("original_width")
.toString() + "x" + videoData.get("original_height") + "(" + s.uppercase() + ")",

)
)
)
}
return SUCCESS
Expand Down

0 comments on commit 46b7b70

Please sign in to comment.