Fix readability-redundant-member-init

Clang-tidy-18 flags one new instance.

Change-Id: I43334b200b47dd1737ac9af9e56bd10be690cf36
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/src/IpmbSDRSensor.hpp b/src/IpmbSDRSensor.hpp
index 4284e7a..8b0a393 100644
--- a/src/IpmbSDRSensor.hpp
+++ b/src/IpmbSDRSensor.hpp
@@ -95,7 +95,7 @@
     uint8_t nextRecordIDLSB = 0;
     uint8_t nextRecordIDMSB = 0;
 
-    std::vector<uint8_t> sdrCommandData = {};
+    std::vector<uint8_t> sdrCommandData;
 
     void getSDRRepositoryInfo();