From b70d180264e1b6d847c203dd72efde5c2f024999 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 14 Feb 2018 13:08:46 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/Binaries.php | 3 +-- nntmux/XXX.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nntmux/Binaries.php b/nntmux/Binaries.php index b2450c964..b408581ed 100755 --- a/nntmux/Binaries.php +++ b/nntmux/Binaries.php @@ -1089,8 +1089,7 @@ class Binaries ColorCLI::alternateOver(number_format($currentMicroTime - $this->startPR, 2).'s'). ColorCLI::primaryOver(' for part repair, '). ColorCLI::alternateOver(number_format($currentMicroTime - $this->startLoop, 2).'s'). - ColorCLI::primary(' total.') - , true); + ColorCLI::primary(' total.'), true); } } diff --git a/nntmux/XXX.php b/nntmux/XXX.php index d6c16e0a6..a2132840d 100755 --- a/nntmux/XXX.php +++ b/nntmux/XXX.php @@ -628,8 +628,7 @@ class XXX if ($this->echooutput) { ColorCLI::doEcho( - ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: '.ColorCLI::primary($mov['title']) : 'Nothing to update for XXX movie: '.ColorCLI::primary($mov['title']))) - , true); + ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: '.ColorCLI::primary($mov['title']) : 'Nothing to update for XXX movie: '.ColorCLI::primary($mov['title']))), true); } return $xxxID;