fix: add period to comment for golangci-lint compliance

pull/5263/merge
Johnny 2 days ago
parent b78d4c2568
commit 60d977c0bf

@ -12,7 +12,7 @@ import (
) )
const ( const (
// MaxTagLength defines the maximum number of runes allowed in a tag // MaxTagLength defines the maximum number of runes allowed in a tag.
MaxTagLength = 100 MaxTagLength = 100
) )

Loading…
Cancel
Save