fix linting error

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
vraspar 2025-01-30 11:49:31 -08:00 committed by GitHub
parent 87de60730a
commit 2d8b47de27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,7 +188,6 @@ class ShaderVariableHelper : public ShaderIndicesHelper {
std::string GetByOffsetImpl(std::string_view offset) const;
std::string SetByOffsetImpl(std::string_view offset, std::string_view value) const;
friend class ShaderHelper;
};