From b88637842fb2bd37641a39ebbc4afacd3993d559 Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Tue, 5 Dec 2023 14:21:06 +0400 Subject: [PATCH] Apply fixes from StyleCI (#1189) --- src/Legacy/Atom.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Legacy/Atom.php b/src/Legacy/Atom.php index b7a28c8de..8aa4c38bc 100644 --- a/src/Legacy/Atom.php +++ b/src/Legacy/Atom.php @@ -232,8 +232,7 @@ class Atom $atom .= " tag:rto.feed," . $date . ":/t/$topic_id\n"; if ($bb_cfg['atom']['direct_down'] && isset($topic['attach_id'])) { $atom .= " \n"; - } - else { + } else { $atom .= " \n"; }