diff --git a/text/text.go b/text/text.go index a344dffb..0ac4651e 100644 --- a/text/text.go +++ b/text/text.go @@ -100,6 +100,6 @@ func (a Alignment) String() string { case Middle: return "Middle" default: - panic("unreachable") + panic("invalid Alignment") } }