From cc51e184a0f9fe3579fd28c25dfe0ff094df0d6b Mon Sep 17 00:00:00 2001 From: William Edwards Date: Sat, 24 Aug 2024 22:13:57 -0700 Subject: [PATCH] chore(PluginStoreCard): remove extra whitespace --- core/ui/components/plugin_store_card.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/components/plugin_store_card.gd b/core/ui/components/plugin_store_card.gd index e86346a6..991eab30 100644 --- a/core/ui/components/plugin_store_card.gd +++ b/core/ui/components/plugin_store_card.gd @@ -33,7 +33,7 @@ func _ready() -> void: # Do nothing if running in the editor if Engine.is_editor_hint(): return - + var on_focus_exited := func(): self._on_unfocus.call_deferred() focus_exited.connect(on_focus_exited)