From 6f83a3badef3e02a7f274aece8b99bdf017e54cf Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Sat, 23 Dec 2023 17:22:32 +0100 Subject: Simple Weather Service Fix code formatting. --- src/components/ble/SimpleWeatherService.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/components/ble/SimpleWeatherService.h') diff --git a/src/components/ble/SimpleWeatherService.h b/src/components/ble/SimpleWeatherService.h index 02a4c1e4..9b3a0e9c 100644 --- a/src/components/ble/SimpleWeatherService.h +++ b/src/components/ble/SimpleWeatherService.h @@ -61,7 +61,8 @@ namespace Pinetime { Unknown = 255 }; - using Location = std::array; // 32 char + \0 (end of string) + using Location = std::array; // 32 char + \0 (end of string) + struct CurrentWeather { CurrentWeather(uint64_t timestamp, int16_t temperature, @@ -74,7 +75,7 @@ namespace Pinetime { minTemperature {minTemperature}, maxTemperature {maxTemperature}, iconId {iconId}, - location{std::move(location)} { + location {std::move(location)} { } uint64_t timestamp; -- cgit v1.2.3-70-g09d2