code style

This commit is contained in:
m 2018-04-15 11:59:40 +02:00
parent 00b871df5c
commit 081fdae5f5

View File

@ -53,9 +53,7 @@ class PurgeService {
}
public function cleanDemoPoll() {
if ( !defined("DEMO_POLL_ID")
|| !defined("DEMO_POLL_NUMBER_VOTES")
) {
if (!defined("DEMO_POLL_ID") || !defined("DEMO_POLL_NUMBER_VOTES")) {
return;
}