Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tujit Bora committed Oct 4, 2024
1 parent d514d4c commit 969a7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/datasources/data_system_template_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ type TemaplateTagHandler struct {
TagsListPayload TagsListPayload
}

func (th *TemaplateTagHandler) getTemplateTags(text string) TemplateTags {
func (th *TemaplateTagHandler) getTemplateTags(text string) TemplateTags { //nolint:gocognit
var tags TemplateTags

switch text {
Expand Down

0 comments on commit 969a7de

Please sign in to comment.