Make suffix uppercase
This commit is contained in:
parent
71a412ef96
commit
3a4b49f897
@ -41,7 +41,7 @@ class Frame {
|
||||
utils::MemoryResource *GetMemoryResource() const { return elems_.get_allocator().GetMemoryResource(); }
|
||||
|
||||
private:
|
||||
uint64_t id_{0u};
|
||||
uint64_t id_{0U};
|
||||
utils::pmr::vector<TypedValue> elems_;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user