Code

Fixed some linter warnings.
[sysdb/go.git] / sysdb / core.go
index bde270373a013a867104b47814da807ab9c96670..edf032c3e3654a826a5800f01a48846e337dd516 100644 (file)
@@ -29,8 +29,8 @@ package sysdb
 // The LogPriority describes the priority of a log message.
 type LogPriority int
 
+// Log priorities supported by SysDB.
 const (
-       // Log priorities supported by SysDB.
        LogEmerg   = LogPriority(0)
        LogErr     = LogPriority(3)
        LogWarning = LogPriority(4)