update gcc10 and clang-format10
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I72239b884615d26b2c4311c49a26e2eced0a1fb0
diff --git a/cleanup/cleanup.hpp b/cleanup/cleanup.hpp
index 7c528af..3120a3c 100644
--- a/cleanup/cleanup.hpp
+++ b/cleanup/cleanup.hpp
@@ -3,6 +3,7 @@
#include "fs.hpp"
#include <blobs-ipmid/blobs.hpp>
+
#include <memory>
#include <string>
#include <vector>
@@ -22,8 +23,7 @@
const FileSystemInterface* helper = &fileSystemHelper) :
supported(blobId),
files(files), helper(helper)
- {
- }
+ {}
~FileCleanupHandler() = default;
FileCleanupHandler(const FileCleanupHandler&) = default;