ci: Use clang-format 16 (#4929)
This commit is contained in:
@@ -189,8 +189,8 @@ QString HotkeyController::categoryName(HotkeyCategory category) const
|
||||
return categoryData.name;
|
||||
}
|
||||
|
||||
const std::map<HotkeyCategory, HotkeyCategoryData>
|
||||
&HotkeyController::categories() const
|
||||
const std::map<HotkeyCategory, HotkeyCategoryData> &
|
||||
HotkeyController::categories() const
|
||||
{
|
||||
return this->hotkeyCategories_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user