[ticket/15699] Fix code style

PHPBB3-15699

Co-authored-by: Marc Alexander <admin@m-a-styles.de>
This commit is contained in:
rubencm 2023-09-23 11:58:52 +00:00 committed by Ruben Calvo
parent 58ecd3b048
commit 59a5163e2b
No known key found for this signature in database

View file

@ -247,7 +247,7 @@ class acp_storage
$this->db->sql_freeresult($result); $this->db->sql_freeresult($result);
// Remove all files of a storage, increase storage index and reset file index // Remove all files of a storage, increase storage index and reset file index
$this->state_helper->set_remove_storage_index($this->state_helper->remove_storage_index()+1); $this->state_helper->set_remove_storage_index($this->state_helper->remove_storage_index() + 1);
$this->state_helper->set_file_index(0); $this->state_helper->set_file_index(0);
} }
} }