mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
refactor(Core): apply clang-tidy modernize-redundant-void-arg (#3825)
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
return i_cells[x][y];
|
||||
}
|
||||
|
||||
[[nodiscard]] uint32 GetGridId(void) const { return i_gridId; }
|
||||
[[nodiscard]] uint32 GetGridId() const { return i_gridId; }
|
||||
[[nodiscard]] int32 getX() const { return i_x; }
|
||||
[[nodiscard]] int32 getY() const { return i_y; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user