Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksckaan1 committed Nov 9, 2024
1 parent 7d3836e commit 563f9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/domain/core/service/project/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ type InterfaceInfo struct {
ImportPath string
}

func (p *Project) getInterfaceInfo(ctx context.Context, interfaceParam string) (*InterfaceInfo, error) {
func (p *Project) getInterfaceInfo(_ context.Context, interfaceParam string) (*InterfaceInfo, error) {
isPortParam := rgxPortParam.MatchString(interfaceParam)
isNormalParam := rgxNormalParam.MatchString(interfaceParam)

Expand Down

0 comments on commit 563f9b2

Please sign in to comment.