Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakubanov committed Oct 21, 2024
1 parent bddfecc commit c54bcca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function deleteDataSet(string $idDataSet, array $errorCodesToIgnore = [])
{
$quicksightDeleteDataSetRequestTransfer = (new QuicksightDeleteDataSetRequestTransfer())
->setAwsAccountId($this->amazonQuicksightConfig->getAwsAccountId())
->setDataSetId($idDataSet);;
->setDataSetId($idDataSet);
$requestData = $this->amazonQuicksightRequestDataFormatter->formatRequestData(
$quicksightDeleteDataSetRequestTransfer->toArray(true, true),
);
Expand Down

0 comments on commit c54bcca

Please sign in to comment.