Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeReygel authored and github-actions[bot] committed Nov 16, 2022
1 parent 91e849c commit fcc2450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Services/SurveyResponseImportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ private function createOrUpdateSurveyResponse(\stdClass $surveyheroResponse, Sur
], $responseData);
}

public function deleteSurveyResponse($surveyId, $responseId) {
public function deleteSurveyResponse($surveyId, $responseId)
{
$this->client->deleteResponse($surveyId, $responseId);
}

Expand Down

0 comments on commit fcc2450

Please sign in to comment.