summaryrefslogtreecommitdiff
path: root/src/components/ble/weather/WeatherService.cpp
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-06-25 02:52:59 +0300
committerAvamander <avamander@gmail.com>2021-12-04 22:03:40 +0200
commit0ed256ba15ceace2949f21ecbc1407b8553dd75d (patch)
tree80cc209021aec1641a439fb794d71d9a61a1b242 /src/components/ble/weather/WeatherService.cpp
parent19c9667a3d597167241ebcb4dfefb4e0cac068df (diff)
Few formatting fixes
Diffstat (limited to 'src/components/ble/weather/WeatherService.cpp')
-rw-r--r--src/components/ble/weather/WeatherService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/weather/WeatherService.cpp b/src/components/ble/weather/WeatherService.cpp
index 7d20867d..a9c9f114 100644
--- a/src/components/ble/weather/WeatherService.cpp
+++ b/src/components/ble/weather/WeatherService.cpp
@@ -288,4 +288,4 @@ namespace Pinetime {
return std::chrono::duration_cast<std::chrono::seconds>(dateTimeController.CurrentDateTime().time_since_epoch()).count();
}
}
-} \ No newline at end of file
+}