mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
feat(CI/Codestyle); Check for double semicolons (#20996)
This commit is contained in:
@@ -108,7 +108,7 @@ class InstanceSaveMgr
|
||||
friend class InstanceSave;
|
||||
|
||||
private:
|
||||
InstanceSaveMgr() = default;;
|
||||
InstanceSaveMgr() = default;
|
||||
~InstanceSaveMgr();
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user