Skip to content

Commit 9c1618f

Browse files
authored
Update Font.php - Fix formatting
1 parent c12ed05 commit 9c1618f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpWord/Writer/RTF/Style/Font.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ public function write()
113113

114114
// General
115115
$content .= $this->getValueIf($style->isRTL(), '\rtlch');
116-
116+
117117
// Other (Font settings currently not in included in array)
118118
$content .= $this->getValueIf($style->isNoProof(), '\noproof');
119119
$content .= $this->getValueIf($style->getBgColor() !== null, '\cb' . $this->bgColorIndex);
120-
120+
121121
if (empty($content)) {
122122
return $content;
123123
}

0 commit comments

Comments
 (0)