Fix linter errors

This commit is contained in:
Daniel
2023-12-01 13:19:03 +01:00
parent cf508dcd34
commit c2da5268b9
3 changed files with 4 additions and 36 deletions

View File

@@ -53,8 +53,8 @@ const DisplayHintSecurityLevel string = "security level"
// Security levels.
const (
// SecurityLevelOff uint8 = 0
SecurityLevelNormal uint8 = 1
// SecurityLevelHigh uint8 = 2
// SecurityLevelExtreme uint8 = 4
SecurityLevelOff uint8 = 0
SecurityLevelNormal uint8 = 1
SecurityLevelHigh uint8 = 2
SecurityLevelExtreme uint8 = 4
)