Apply clang-format to Clock.cpp
This commit is contained in:
parent
cfaafc1fe2
commit
b4f4e2f3fe
|
@ -110,11 +110,11 @@ std::unique_ptr<Screen> Clock::WatchFaceTerminalScreen() {
|
||||||
|
|
||||||
std::unique_ptr<Screen> Clock::WatchFaceCasioStyleG7710() {
|
std::unique_ptr<Screen> Clock::WatchFaceCasioStyleG7710() {
|
||||||
return std::make_unique<Screens::WatchFaceCasioStyleG7710>(app,
|
return std::make_unique<Screens::WatchFaceCasioStyleG7710>(app,
|
||||||
dateTimeController,
|
dateTimeController,
|
||||||
batteryController,
|
batteryController,
|
||||||
bleController,
|
bleController,
|
||||||
notificatioManager,
|
notificatioManager,
|
||||||
settingsController,
|
settingsController,
|
||||||
heartRateController,
|
heartRateController,
|
||||||
motionController);
|
motionController);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue