mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
chore(array): clean up code style
This commit is contained in:
parent
32a1b30ae8
commit
7c9cda1b5b
3 changed files with 11 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue