Skip to content

Commit dfac355

Browse files
patinthehatactions-user
authored andcommitted
Fix styling
1 parent c29ab5d commit dfac355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeSnippet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function toString()
146146
{
147147
$result = '';
148148

149-
foreach($this->getLines() as $line) {
149+
foreach ($this->getLines() as $line) {
150150
$result .= $line->value() . PHP_EOL;
151151
}
152152

0 commit comments

Comments
 (0)