Source: Fix clang -Wextra-semi warnings

This commit is contained in:
Sean McBride
2021-09-24 11:52:11 -04:00
committed by Brad King
parent 2974ea7c3e
commit 907d098838
14 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -1054,7 +1054,7 @@ Json::Value& ResolvePath(Json::Value& json, Args path)
}
}
return *search;
};
}
Json::Value ReadJson(const std::string& jsonstr)
{