Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 13574b4

Browse files
committed
Add 1 new line at the end of php files as it is needed to pass the static tests
1 parent e47ec9b commit 13574b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Deploy/Console/Command/App/ConfigStatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ protected function execute(InputInterface $input, OutputInterface $output)
6161
$output->writeln('<info>Config files are up to date.</info>');
6262
return Cli::RETURN_SUCCESS;
6363
}
64-
}
64+
}

app/code/Magento/Deploy/Test/Unit/Console/Command/App/ConfigStatusCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ public function executeDataProvider()
7373
],
7474
];
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)