Skip to content

Commit

Permalink
Merge pull request #1560 from hydephp/format-and-normalize-files
Browse files Browse the repository at this point in the history
Format and normalize files
  • Loading branch information
caendesilva authored Feb 13, 2024
2 parents 296556d + 4b40ca7 commit 3ce5ea4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Model size: %s
Model words: %s
Model lines: %s
Pruned model details:
Model size: %s
Model words: %s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ public function testItRemovesHtml()
$text = <<<'TXT'
This word is bold. This word is italic.
&copy; My Company
Hello World
TXT;
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/_posts/typography-front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Finally, a figure with a caption:
</figcaption>
</figure>

And that's the end of our little demo.
And that's the end of our little demo.
2 changes: 1 addition & 1 deletion tests/fixtures/_posts/typography-simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Finally, a figure with a caption:
</figcaption>
</figure>

And that's the end of our little demo.
And that's the end of our little demo.
2 changes: 1 addition & 1 deletion tests/fixtures/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Tempore placidos. Semina dilataque pericula, in decipit manus ego Antiphataeque
in auras est Gratia ferro latus audes. Cythereiadasque invida dura Phoebus omnes
qua, fata inquit agros quae umbra festinat nec prensos et una enim. Noctis tecta
mihi. Cervus *dea ignes* cunctae hora saepe meritis prohibete excitus: a unicus
tamen, et parenti adeo, haud.
tamen, et parenti adeo, haud.

0 comments on commit 3ce5ea4

Please sign in to comment.