Skip to content

Commit 1b9ac6d

Browse files
committed
[Bolt] severity as const
Signed-off-by: Vishal Rana <[email protected]>
1 parent 32cbcd7 commit 1b9ac6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/bolt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var (
3535
)
3636

3737
// Severity
38-
var (
38+
const (
3939
SeverityInfo = Severity("info")
4040
SeverityWarn = Severity("warn")
4141
SeverityError = Severity("error")

0 commit comments

Comments
 (0)