Remove trailing whitespace

This commit is contained in:
Rapptz 2023-06-04 07:53:25 -04:00
parent 223e95a252
commit 914773d0fb

View File

@ -141,7 +141,7 @@ class TextInput(Item[V]):
self._underlying.custom_id = value
self._provided_custom_id = True
@property
def width(self) -> int:
return 5