From 914773d0fb4c5c66edce4d1f033093b7fe0d6d1b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 4 Jun 2023 07:53:25 -0400 Subject: [PATCH] Remove trailing whitespace --- discord/ui/text_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ui/text_input.py b/discord/ui/text_input.py index 95524ef51..23c1d874f 100644 --- a/discord/ui/text_input.py +++ b/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