diff --git a/game/settings/settings.py b/game/settings/settings.py index 9644eec5..4a9ac57e 100644 --- a/game/settings/settings.py +++ b/game/settings/settings.py @@ -297,9 +297,7 @@ class Settings: page=CAMPAIGN_DOCTRINE_PAGE, section=GENERAL_SECTION, default=False, - detail=( - "AI will jettison their fuel tanks as soon as they're empty." - ), + detail=("AI will jettison their fuel tanks as soon as they're empty."), ) airbase_threat_range: int = bounded_int_option( "Airbase threat range (nmi)",