1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[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

View File

@@ -247,7 +247,7 @@ class acp_storage
$this->db->sql_freeresult($result);
// 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);
}
}