Fixed code styling

This commit is contained in:
William Parker 2021-12-26 00:12:48 -05:00 committed by GitHub
parent 53f5741317
commit fb3be544ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1650,7 +1650,7 @@ public final class VideoDetailFragment
binding.detailUploaderTextView.setVisibility(View.GONE);
//No sub-channel name implies no sub-channel icon, but check just to make sure.
if(isEmpty(info.getSubChannelAvatarUrl())){
if (isEmpty(info.getSubChannelAvatarUrl())) {
binding.detailSubChannelThumbnailView.setVisibility(View.GONE);
}
}