Skip to content

Commit 84f7e66

Browse files
committed
MAGETWO-31575: Remove black/white lists from file system and builds configuration
- fixed codestyle error
1 parent d6a0594 commit 84f7e66

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/unit/testsuite/Magento/Framework/Test/Utility

1 file changed

+2
-1
lines changed

dev/tests/unit/testsuite/Magento/Framework/Test/Utility/FilesTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ public function testReadListsCorruptedFile()
5959

6060
foreach ($result as $path) {
6161
$this->assertNotContains('unknown.txt', $path);
62-
} }
62+
}
63+
}
6364
}

0 commit comments

Comments
 (0)