Skip to content

Commit

Permalink
Fix format using ./mirror-godot-app/scripts/file_format.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Mar 23, 2024
1 parent 36c90bb commit 156c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror-godot-app/ui/main_menu/pages/view_space.gd
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func populate(space: Dictionary) -> void:
_updated_at_label.text = Util.datetime_dict_to_mmm_dd_yyyy(updated)
_url_label.text = _construct_space_url(_space.get("_id", "unknown"))
var creator_promise: Promise = Net.user_client.get_user_profile(_space.creator)
creator_promise.connect_func_to_fulfill(func():
creator_promise.connect_func_to_fulfill(func():
if creator_promise.is_error():
push_error("Failed to get creator")
var data = creator_promise.get_result()
Expand Down

0 comments on commit 156c20f

Please sign in to comment.