mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 03:00:58 -06:00
Remove fmt::format and replace with std::format
This commit is contained in:
@@ -119,7 +119,7 @@ SizeMappingComponent::SizeMappingComponent(const ghoul::Dictionary& dictionary)
|
||||
parameterOption = indexOfProvidedOption;
|
||||
}
|
||||
else if (p.parameter.has_value()) {
|
||||
LERROR(fmt::format(
|
||||
LERROR(std::format(
|
||||
"Error when reading Parameter. Could not find provided parameter '{}' in "
|
||||
"list of parameter options. Using default.", *p.parameter
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user