This commit is contained in:
Artem Mustafin 2024-06-03 17:00:07 +03:00 committed by GitHub
parent 5e645699d7
commit 711682a891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -327,7 +327,7 @@ private:
const NameSet key_subexpr_names;
/// Space-filling curves in the key
enum class SpaceFillingCurveType
enum class SpaceFillingCurveType
{
Unknown = 0,
Morton,