Skip to content

Commit

Permalink
chore(PluginStoreCard): remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Aug 25, 2024
1 parent f96fde6 commit cc51e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/components/plugin_store_card.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc51e18

Please sign in to comment.