Skip to content

Commit

Permalink
🐛 #118 removendo linha em branco
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 27, 2022
1 parent eb45e9d commit b663915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/CreateApiControllesFiles.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function addConstruct()
//--------------------------------------------------------------------------------------
public function addBodyJsonResponse($qtdEspacos,$status)
{
$this->addBlankLine();
$this->addLine($qtdEspacos.'$response = TGenericAPI::getBodyJson($msg,$response,'.$status.');');
$this->addLine($qtdEspacos.'return $response;');
}
Expand Down

0 comments on commit b663915

Please sign in to comment.