Fix some linter errors

This commit is contained in:
Daniel
2021-02-11 13:07:02 +01:00
parent 971edcfa41
commit 7d6d679929
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ type (
// It's meant to be used as a value for config.DisplayHintAnnotation.
const DisplayHintSecurityLevel string = "security level"
// Security levels
// Security levels.
const (
SecurityLevelOff uint8 = 0
SecurityLevelNormal uint8 = 1