update clang-format

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I584fa63c632c4df61b94306072cac8a471e80489
diff --git a/src/ipmiblob/ipmi_errors.hpp b/src/ipmiblob/ipmi_errors.hpp
index 15a5d4c..355debd 100644
--- a/src/ipmiblob/ipmi_errors.hpp
+++ b/src/ipmiblob/ipmi_errors.hpp
@@ -36,12 +36,10 @@
      * thrown, we'll know it was an error on the host-side.
      */
     explicit IpmiException(const std::string& message) : _message(message)
-    {
-    }
+    {}
 
     explicit IpmiException(int cc) : IpmiException(messageFromIpmi(cc), cc)
-    {
-    }
+    {}
 
     virtual const char* what() const noexcept override
     {