Skip to content

Commit b52dc0c

Browse files
Fix code style
1 parent d0687d1 commit b52dc0c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/code/Magento/Translation/Test/Unit/Model/Js/DataProviderTest.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,11 @@ public function testGetData()
149149

150150
$actualResult = $this->model->getData($themePath);
151151
$this->assertEquals($expectedResult, $actualResult);
152-
$this->assertEquals(json_encode($expectedResult), json_encode($actualResult),
153-
"Translations should be sorted by key");
152+
$this->assertEquals(
153+
json_encode($expectedResult),
154+
json_encode($actualResult),
155+
"Translations should be sorted by key"
156+
);
154157
}
155158

156159
/**

0 commit comments

Comments
 (0)