Skip to content

Commit cceed81

Browse files
committed
MAGNIMEX-SPRINT2 - missing space
1 parent bf7b1f9 commit cceed81

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Archive/Test/Unit

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Archive/Test/Unit/ZipTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function setUp()
2929
*/
3030
public function testConstructorNoExceptions()
3131
{
32-
try{
32+
try {
3333
$reflectedClass = new \ReflectionClass('\Magento\Framework\Archive\Zip');
3434
$constructor = $reflectedClass->getConstructor();
3535
$constructor->invoke($this->zip, []);

0 commit comments

Comments
 (0)