Skip to content

Commit

Permalink
missing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen authored Oct 4, 2023
1 parent 03e67a0 commit 38f5860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Kernel/MenuTreeBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function testBuildMenuTree() : void {
$this->assertCount(0, $tree['sub_tree']);

// Enable all english node translations.
foreach($this->nodes as $node) {
foreach ($this->nodes as $node) {
if ($node->hasTranslation('en')) {
$translation = $node->getTranslation('en');
$translation->setPublished()->save();
Expand Down

0 comments on commit 38f5860

Please sign in to comment.