Skip to content

Commit e780cb1

Browse files
committed
CS Fixer
1 parent 94a96b0 commit e780cb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

controllers/admin/AdminConfigureSlidesController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function ajaxProcessUpdateSlidesPosition()
2323
{
2424
if (empty(Tools::getValue('action')) || Tools::getValue('action') != 'updateSlidesPosition' || empty(Tools::getValue('slides'))) {
2525
if (ob_get_contents()) {
26-
ob_end_clean();
26+
ob_end_clean();
2727
}
2828

2929
header('Content-Type: application/json');
@@ -44,7 +44,7 @@ public function ajaxProcessUpdateSlidesPosition()
4444
$this->module->clearCache();
4545

4646
if (ob_get_contents()) {
47-
ob_end_clean();
47+
ob_end_clean();
4848
}
4949

5050
header('Content-Type: application/json');

0 commit comments

Comments
 (0)