Format header files
In my PR updating clang-format, I forgot to also format the headers.
This commit is contained in:
@@ -9,8 +9,10 @@ namespace Pinetime {
|
||||
namespace System {
|
||||
class SystemTask;
|
||||
}
|
||||
|
||||
namespace Controllers {
|
||||
class Battery;
|
||||
|
||||
class BatteryInformationService {
|
||||
public:
|
||||
BatteryInformationService(Controllers::Battery& batteryController);
|
||||
|
||||
Reference in New Issue
Block a user