Skip to content

Commit

Permalink
style: add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Eraxyso committed Aug 30, 2024
1 parent e21b78d commit bd06106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/questionnaire.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ https://anke-to.trap.jp/responses/new/%d`,
)
}

func (q Questionnaire) GetQuestionnaireResult(ctx echo.Context, questionnaireID int, userID string) (openapi.Result, error){
func (q Questionnaire) GetQuestionnaireResult(ctx echo.Context, questionnaireID int, userID string) (openapi.Result, error) {
res := openapi.Result{}

params := openapi.GetQuestionnaireResponsesParams{}
Expand Down

0 comments on commit bd06106

Please sign in to comment.