@@ -60,7 +60,8 @@ class AssetsTask extends Shell
* @return void
* @since 3.5.11
*/
- public function remove($name = null) {
+ public function remove($name = null)
+ {
$plugins = $this->_list($name);
foreach ($plugins as $plugin => $config) {
@@ -214,7 +214,7 @@ class AssetsTaskTest extends TestCase
{
if (DS === '\\') {
$this->markTestSkipped(
- "Can't test symlink removal on windows."
+ "Can't test symlink removal on windows."
);
}