Skip to content

Commit

Permalink
Added a newline below the result set
Browse files Browse the repository at this point in the history
  • Loading branch information
SakiTakamachi committed Dec 9, 2023
1 parent a91c1b7 commit 9f645ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query_handle.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ function parseResult(array $columns, array $resultSet): void
foreach ($lengths as $length) {
echo str_repeat('-', $length + 2).'+';
}
echo "\n";
echo "\n\n";
}

0 comments on commit 9f645ec

Please sign in to comment.