Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghoelian committed Jan 23, 2025
1 parent 2126af8 commit e54cf2d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions src/displayapp/screens/settings/SettingChimeVibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ namespace {
}
}

SettingChimeVibration::SettingChimeVibration(
Pinetime::Controllers::Settings& settingsController,
Pinetime::Controllers::MotorController& motorController
)
SettingChimeVibration::SettingChimeVibration(Pinetime::Controllers::Settings& settingsController,
Pinetime::Controllers::MotorController& motorController)
: checkboxList(
0,
1,
Expand Down
6 changes: 2 additions & 4 deletions src/displayapp/screens/settings/SettingChimeVibration.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ namespace Pinetime {

class SettingChimeVibration : public Screen {
public:
explicit SettingChimeVibration(
Pinetime::Controllers::Settings& settingsController,
Pinetime::Controllers::MotorController& motorController
);
explicit SettingChimeVibration(Pinetime::Controllers::Settings& settingsController,
Pinetime::Controllers::MotorController& motorController);
~SettingChimeVibration() override;

private:
Expand Down
6 changes: 2 additions & 4 deletions src/displayapp/screens/settings/SettingNotifVibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ namespace {
}
}

SettingNotifVibration::SettingNotifVibration(
Pinetime::Controllers::Settings& settingsController,
Pinetime::Controllers::MotorController& motorController
)
SettingNotifVibration::SettingNotifVibration(Pinetime::Controllers::Settings& settingsController,
Pinetime::Controllers::MotorController& motorController)
: checkboxList(
0,
1,
Expand Down
6 changes: 2 additions & 4 deletions src/displayapp/screens/settings/SettingNotifVibration.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ namespace Pinetime {

class SettingNotifVibration : public Screen {
public:
explicit SettingNotifVibration(
Pinetime::Controllers::Settings& settingsController,
Pinetime::Controllers::MotorController& motorController
);
explicit SettingNotifVibration(Pinetime::Controllers::Settings& settingsController,
Pinetime::Controllers::MotorController& motorController);
~SettingNotifVibration() override;

private:
Expand Down

0 comments on commit e54cf2d

Please sign in to comment.