[clang-tidy] Add missing colon in the docs of performance-enum-size (#144525)

There is a syntax error in the provided code example - this PR fixes it.

I did a quick search - I could not find similar _typos_.
This commit is contained in:
Piotr Idzik
2025-06-17 22:59:53 +02:00
committed by GitHub
parent 8d1610afd0
commit 3c7df98c7b

View File

@@ -34,7 +34,7 @@ dependent).
.. code-block:: c++
// AFTER
enum Color : std:int8_t {
enum Color : std::int8_t {
RED = -1,
GREEN = 0,
BLUE = 1