Adjust coding style

This commit is contained in:
Alexander Bock
2025-08-05 20:43:44 +02:00
parent 9965143f0a
commit 389842f76c
30 changed files with 91 additions and 140 deletions

View File

@@ -104,8 +104,7 @@ UrlSynchronization::UrlSynchronization(const ghoul::Dictionary& dictionary,
if (p.filename.has_value() && _urls.size() > 1) {
throw ghoul::RuntimeError(std::format(
"UrlSynchronization ({}) requested overwrite filename but specified {} URLs "
"to download, which is not legal",
p.identifier, _urls.size()
"to download, which is not legal", p.identifier, _urls.size()
));
}
_filename = p.filename.value_or(_filename);