Browse Source

Remove trailing whitespace

pull/9443/head
Rapptz 2 years ago
parent
commit
914773d0fb
  1. 2
      discord/ui/text_input.py

2
discord/ui/text_input.py

@ -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

Loading…
Cancel
Save