Skip to content

Commit

Permalink
linter adjustemnts
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fbudzynski committed Dec 5, 2024
1 parent 4b8c9ef commit 6137632
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/sdk/poc/example/to_opts_optional_example_dto_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ package example

//go:generate go run ./dto-builder-generator/main.go

var (
_ optionsProvider[AlterFeaturesExamplesOptions] = new(AlterFeaturesExamplesRequest)
)
var _ optionsProvider[AlterFeaturesExamplesOptions] = new(AlterFeaturesExamplesRequest)

type AlterFeaturesExamplesRequest struct {
IfExists *bool
Expand Down

0 comments on commit 6137632

Please sign in to comment.