Fix coding standard (#3363)

Merged code was not following coding standard. Thus breaking all CI tests.
pull/3362/head
Alexis Degrugillier 4 years ago committed by GitHub
parent 6d8b1ba834
commit eb51fd713a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cli/_cli.php

@ -17,7 +17,7 @@ Minz_Translate::init('en');
FreshRSS_Context::$isCli = true; FreshRSS_Context::$isCli = true;
function fail($message, $exitCode=1) { function fail($message, $exitCode = 1) {
fwrite(STDERR, $message . "\n"); fwrite(STDERR, $message . "\n");
die($exitCode); die($exitCode);
} }

Loading…
Cancel
Save