Skip to content

Commit 3ce5ea4

Browse files
authored
Merge pull request #1560 from hydephp/format-and-normalize-files
Format and normalize files
2 parents 296556d + 4b40ca7 commit 3ce5ea4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

monorepo/DocumentationIntelligence/DocumentationIntelligence.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
Model size: %s
5050
Model words: %s
5151
Model lines: %s
52-
52+
5353
Pruned model details:
5454
Model size: %s
5555
Model words: %s

packages/framework/tests/Feature/Actions/ConvertsMarkdownToPlainTextTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ public function testItRemovesHtml()
367367
$text = <<<'TXT'
368368
This word is bold. This word is italic.
369369
370-
370+
371371
&copy; My Company
372-
372+
373373
374374
Hello World
375375
TXT;

tests/fixtures/_posts/typography-front-matter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ Finally, a figure with a caption:
8080
</figcaption>
8181
</figure>
8282

83-
And that's the end of our little demo.
83+
And that's the end of our little demo.

tests/fixtures/_posts/typography-simple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Finally, a figure with a caption:
6666
</figcaption>
6767
</figure>
6868

69-
And that's the end of our little demo.
69+
And that's the end of our little demo.

tests/fixtures/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Tempore placidos. Semina dilataque pericula, in decipit manus ego Antiphataeque
4848
in auras est Gratia ferro latus audes. Cythereiadasque invida dura Phoebus omnes
4949
qua, fata inquit agros quae umbra festinat nec prensos et una enim. Noctis tecta
5050
mihi. Cervus *dea ignes* cunctae hora saepe meritis prohibete excitus: a unicus
51-
tamen, et parenti adeo, haud.
51+
tamen, et parenti adeo, haud.

0 commit comments

Comments
 (0)