Fix missing space after if keyword

This commit is contained in:
Yannik Firre 2020-12-30 14:02:29 +01:00 committed by GitHub
parent aa7c1d0fe8
commit 15ee5dee05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class TemplateProcessor
$where = $this->findContainingXmlBlockForMacro($search, 'w:r');
if($where === false) {
if ($where === false) {
return ;
}