Skip to content

Commit

Permalink
Fixes to how param_struct is generated
Browse files Browse the repository at this point in the history
I was having issues with param_generator making param_struct.go have an
extra new line at the bottom whenever it was generated. Go-linter does
not like this so I have to `git restore` it every time I want to commit.
This should fix that (hopefully it's not just me having this issue)
  • Loading branch information
joereuss12 committed Jan 10, 2024
1 parent 4c09b62 commit 32c3127
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generate/param_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,5 +417,4 @@ import (
{{.GeneratedConfig}}
{{.GeneratedConfigWithType}}
`))
{{.GeneratedConfigWithType}}`))

0 comments on commit 32c3127

Please sign in to comment.