Skip to content

Commit 2088054

Browse files
committed
chore: minor fix
1 parent d3aaecc commit 2088054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stackdriver.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ func (s Severity) String() string {
8080
return "ALERT"
8181
case SeverityEmergency:
8282
return "EMERGENCY"
83+
default:
84+
return "UNKNOWN"
8385
}
84-
return "UNKNOWN"
8586
}
8687

8788
type SourceLocation struct {

0 commit comments

Comments
 (0)