Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 05a45e8 according to the output
from Gofumpt and Prettier.

Details: #2595
  • Loading branch information
deepsource-autofix[bot] authored and smorihira committed Sep 10, 2024
1 parent f71c100 commit 6263f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/actions/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ func (data *Data) initData() *Data {
} else {
data.Maintainer = defaultMaintainer
}
return data
return data
}

func (data *Data) generateWorkflowStruct() (*Workflow, error) {
Expand Down

0 comments on commit 6263f37

Please sign in to comment.