chore(array): clean up code style

This commit is contained in:
fallenoak 2025-10-19 11:21:01 -05:00
parent 32a1b30ae8
commit 7c9cda1b5b
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 11 additions and 7 deletions

View file

@ -47,7 +47,8 @@ void TSBaseArray<T>::CheckArrayBounds(uint32_t index) const {
1,
"index (0x%08X), array size (0x%08X)",
index,
this->Count());
this->Count()
);
}
template <class T>