Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPetterMG committed Nov 26, 2016
1 parent a4bbac0 commit 81510f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/SimplePie/Category.php
Expand Up @@ -143,9 +143,8 @@ public function get_scheme()
*/
public function get_label($strict = false)
{
if ($this->label === null &&
$strict !== true
) {
if ($this->label === null && $strict !== true)
{
return $this->get_term();
}
return $this->label;
Expand Down

0 comments on commit 81510f2

Please sign in to comment.