More clang-tidy cleanup

This commit is contained in:
Dan Paulat 2024-12-16 06:26:48 -06:00
parent 80c3cb70d2
commit 0c17744bc6
3 changed files with 7 additions and 7 deletions

View file

@ -25,9 +25,9 @@ public:
ProductSettings(ProductSettings&&) noexcept;
ProductSettings& operator=(ProductSettings&&) noexcept;
SettingsVariable<bool>& show_smoothed_range_folding() const;
SettingsVariable<bool>& sti_forecast_enabled() const;
SettingsVariable<bool>& sti_past_enabled() const;
SettingsVariable<bool>& show_smoothed_range_folding();
SettingsVariable<bool>& sti_forecast_enabled();
SettingsVariable<bool>& sti_past_enabled();
static ProductSettings& Instance();