From 1df63bb84bcb2c018554486f32f3ea167f516c00 Mon Sep 17 00:00:00 2001 From: Kamil Dzieniszewski Date: Wed, 29 Oct 2025 15:17:38 +0100 Subject: [PATCH] style: fix line wrapping for GPS coordinate format enum (#918) - Split long enum reference across multiple lines to improve code readability - Maintains consistent code formatting standards without changing functionality --- .../web/src/components/PageComponents/Settings/Display.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/web/src/components/PageComponents/Settings/Display.tsx b/packages/web/src/components/PageComponents/Settings/Display.tsx index 82661823..963e7ea7 100644 --- a/packages/web/src/components/PageComponents/Settings/Display.tsx +++ b/packages/web/src/components/PageComponents/Settings/Display.tsx @@ -61,7 +61,8 @@ export const Display = ({ onFormInit }: DisplayConfigProps) => { description: t("display.gpsDisplayUnits.description"), properties: { enumValue: - Protobuf.Config.Config_DisplayConfig_DeprecatedGpsCoordinateFormat, + Protobuf.Config + .Config_DisplayConfig_DeprecatedGpsCoordinateFormat, }, }, {