mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 01:45:36 +00:00
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:
|
case Middle:
|
||||||
return "Middle"
|
return "Middle"
|
||||||
default:
|
default:
|
||||||
panic("unreachable")
|
panic("invalid Alignment")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user