Fix style

This commit is contained in:
Shaun Struwig 2024-05-15 18:55:34 +02:00 committed by GitHub
parent 777e0b313a
commit dd8d5c46c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -319,7 +319,7 @@ namespace
data_types.push_back(variant_type);
type_indexes.insert(TypeIndex::Variant);
// make the second type variant as well
/// make the second type variant as well
data_types.push_back(variant_type);
type_indexes.insert(TypeIndex::Variant);
}