Fixed formatting

This commit is contained in:
Bartek Kryza
2023-01-13 18:24:26 +01:00
parent ada11c6047
commit 7153666087
6 changed files with 10 additions and 10 deletions

View File

@@ -257,6 +257,6 @@ std::size_t hash_seed(std::size_t seed);
* @param p Path to convert
* @return String representation of the path in URL format
*/
std::string path_to_url(const std::filesystem::path& p);
std::string path_to_url(const std::filesystem::path &p);
} // namespace clanguml::util