Skip to content

Commit

Permalink
remove unnecessary line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fakerybakery authored Nov 6, 2024
1 parent 4227cc5 commit 58c36e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/libraries/Librivox_API.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ function _build_data_set($params)
foreach ($result as $key => $row) {
$project['id'] = $row['id'];
$project['title'] = $row['title'];


$project['description'] = $row['description'];
$project['url_text_source'] = $row['url_text_source'];
$project['language'] = $row['language'];
Expand Down

0 comments on commit 58c36e3

Please sign in to comment.