Skip to content

Commit

Permalink
spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Feb 18, 2019
1 parent 0842d0d commit 0dda540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ifsnop/Mysqldump/Mysqldump.php
Original file line number Diff line number Diff line change
Expand Up @@ -1183,9 +1183,9 @@ public function endListValues($tableName, $count = 0)

$this->compressManager->write(PHP_EOL);

if (! $this->dumpSettings['skip-comments']) {
if (!$this->dumpSettings['skip-comments']) {
$this->compressManager->write(
"-- Dumped table `" . $tableName . "` with $count row(s)".PHP_EOL.
"-- Dumped table `".$tableName."` with $count row(s)".PHP_EOL.
'--'.PHP_EOL.PHP_EOL
);
}
Expand Down

0 comments on commit 0dda540

Please sign in to comment.