refactor: remove unnecessary closing of anonymous namespace for cleaner code structure
This commit is contained in:
@@ -87,8 +87,6 @@ std::vector<int> findAllInts(const std::string& json, const std::string& key) {
|
||||
return out;
|
||||
}
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
// Heuristic: map fields from common metaverse JSONs
|
||||
// Vircadia/Overte often expose entries with fields like name, network_address, domain, ice_server_address, port, etc.
|
||||
std::vector<DiscoveredDomain> parseDomains(const std::string& json) {
|
||||
|
||||
Reference in New Issue
Block a user