Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanochShayner committed Jul 24, 2024
1 parent 34383d5 commit 27deaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/tagging/external/tag_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (t *TagGroup) CalculateTagValue(block structure.IBlock, tag Tag) (tags.ITag
}
}
if len(gitModifiersCounts) == 1 {
for k, _ := range gitModifiersCounts {
for k := range gitModifiersCounts {
retTag.Value = evaluateTemplateVariable(k)
break
}
Expand Down

0 comments on commit 27deaf0

Please sign in to comment.