Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Jun 28, 2014
1 parent 8df19ba commit d85402a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ private function shouldShowMetaViewport()
*/
private function matchingTemplateExists($pathToTemplate)
{
return $this->fileSystem->pageTemplateExists($pathToTemplate) || $this->fileSystem->frameworkTemplateExists($pathToTemplate);
return $this->fileSystem->pageTemplateExists($pathToTemplate)
|| $this->fileSystem->frameworkTemplateExists($pathToTemplate);
}

/**
Expand Down

0 comments on commit d85402a

Please sign in to comment.