From 4416463ec816258add74f50c2d3c7704bfe9dd08 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 25 Feb 2024 01:09:01 +0100 Subject: [PATCH] Formatting --- game/settings/settings.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)",