Skip to content

Commit beb6643

Browse files
committed
#1394 Coding style fix
1 parent fd7b598 commit beb6643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/library/Application/Update/UpdateEnrichmentsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function setUp(): void
6464

6565
$this->translationHelper = new Admin_Model_EnrichmentKeys();
6666
$this->translationHelper->createTranslations('testOldKey', null, [
67-
'label' => 'EnrichmenttestOldKey'
67+
'label' => 'EnrichmenttestOldKey',
6868
]);
6969

7070
$this->updater = new Application_Update_UpdateEnrichments();

0 commit comments

Comments
 (0)