forked from joejulian/gio
text/shaper: update fmt.Stringer() error message for Alignment
Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
This commit is contained in:
committed by
Elias Naur
parent
1350b495c8
commit
86b685abe5
+1
-1
@@ -100,6 +100,6 @@ func (a Alignment) String() string {
|
||||
case Middle:
|
||||
return "Middle"
|
||||
default:
|
||||
panic("unreachable")
|
||||
panic("invalid Alignment")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user