update gcc10 and clang-format10
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I72239b884615d26b2c4311c49a26e2eced0a1fb0
diff --git a/tools/handler.cpp b/tools/handler.cpp
index dbaa53f..d175e85 100644
--- a/tools/handler.cpp
+++ b/tools/handler.cpp
@@ -22,10 +22,11 @@
#include "tool_errors.hpp"
#include "util.hpp"
+#include <ipmiblob/blob_errors.hpp>
+
#include <algorithm>
#include <cstdint>
#include <cstring>
-#include <ipmiblob/blob_errors.hpp>
#include <string>
#include <vector>
@@ -166,8 +167,7 @@
std::fprintf(stderr, "Closing cleanup blob\n");
}
catch (...)
- {
- }
+ {}
blob->closeBlob(session);
}