aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/GameSession/NationManagementScreen/PopulationMenu.gd
diff options
context:
space:
mode:
author hop311 <hop3114@gmail.com>2024-10-20 23:02:04 +0200
committer hop311 <hop3114@gmail.com>2024-10-20 23:02:04 +0200
commit45d56aed583fd0db2f6201f9179f3919d2528d89 (patch)
tree78c5cf07c7218db9a91849115b75250b5ac6d009 /game/src/Game/GameSession/NationManagementScreen/PopulationMenu.gd
parent4c6e41074381ad5b61d64a796c242806cc61a18c (diff)
Minor formatting changes (mostly whitespace cleanup)
Diffstat (limited to 'game/src/Game/GameSession/NationManagementScreen/PopulationMenu.gd')
-rw-r--r--game/src/Game/GameSession/NationManagementScreen/PopulationMenu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/Game/GameSession/NationManagementScreen/PopulationMenu.gd b/game/src/Game/GameSession/NationManagementScreen/PopulationMenu.gd
index eb57387..b55d227 100644
--- a/game/src/Game/GameSession/NationManagementScreen/PopulationMenu.gd
+++ b/game/src/Game/GameSession/NationManagementScreen/PopulationMenu.gd
@@ -160,7 +160,7 @@ func _generate_province_list_row(index : int, type : MenuSingleton.ProvinceListE
return OK
func _setup_province_list() -> void:
- if not _province_listbox:
+ if not _province_listbox:
_province_listbox = get_gui_listbox_from_nodepath(^"./country_pop/pop_province_list")
if not _province_listbox: