chore: few codefactor issues

This commit is contained in:
Almamu 2025-09-01 21:41:20 +02:00
parent 4c6cfb356c
commit b66610cc26

View File

@ -129,7 +129,6 @@ class VectorBuilder {
// call the specialized version of the function // call the specialized version of the function
return parse<length, typename GlmVecTraits<T>::type, qualifier> (str); return parse<length, typename GlmVecTraits<T>::type, qualifier> (str);
} }
private:
}; };
template <> template <>