summaryrefslogtreecommitdiff
path: root/src/components/ble/weather
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
parent19c9667a3d597167241ebcb4dfefb4e0cac068df (diff)
Few formatting fixes
Diffstat (limited to 'src/components/ble/weather')
-rw-r--r--src/components/ble/weather/WeatherService.cpp2
-rw-r--r--src/components/ble/weather/WeatherService.h2
2 files changed, 2 insertions, 2 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
+}
diff --git a/src/components/ble/weather/WeatherService.h b/src/components/ble/weather/WeatherService.h
index 786d4715..995f856e 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
+}