mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -35,4 +35,3 @@ void CleanStringForMysqlQuery(std::string& str)
|
||||
while ((n = str.find('"')) != str.npos) str.erase(n, 1);
|
||||
while ((n = str.find('\'')) != str.npos) str.erase(n, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user