diff options
| author | Avamander <avamander@gmail.com> | 2021-06-24 23:52:59 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2021-12-04 20:03:40 (GMT) |
| commit | 0ed256ba15ceace2949f21ecbc1407b8553dd75d (patch) | |
| tree | 80cc209021aec1641a439fb794d71d9a61a1b242 /src/components/ble/weather | |
| parent | 19c9667a3d597167241ebcb4dfefb4e0cac068df (diff) | |
Few formatting fixes
Diffstat (limited to 'src/components/ble/weather')
| -rw-r--r-- | src/components/ble/weather/WeatherService.cpp | 2 | ||||
| -rw-r--r-- | src/components/ble/weather/WeatherService.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/weather/WeatherService.cpp b/src/components/ble/weather/WeatherService.cpp index 7d20867..a9c9f11 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 +} diff --git a/src/components/ble/weather/WeatherService.h b/src/components/ble/weather/WeatherService.h index 786d471..995f856 100644 --- a/src/components/ble/weather/WeatherService.h +++ b/src/components/ble/weather/WeatherService.h @@ -139,4 +139,4 @@ namespace Pinetime { uint64_t GetCurrentUnixTimestamp() const; }; } -}
\ No newline at end of file +} |
