clang-tidy readability
This commit is contained in:
@@ -62,7 +62,7 @@ private:
|
||||
|
||||
// Constructor
|
||||
explicit Notification()
|
||||
: texture(nullptr), sprite(nullptr), texts(), rect{0, 0, 0, 0}, code("") {}
|
||||
: texture(nullptr), sprite(nullptr), rect{0, 0, 0, 0} {}
|
||||
};
|
||||
|
||||
// --- Objetos y punteros ---
|
||||
|
||||
Reference in New Issue
Block a user