Update clang-format

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I58738190d06bf216a13048d768aa4054d820d2e8
diff --git a/mslverify/verify.cpp b/mslverify/verify.cpp
index a4b3ece..f86ed1f 100644
--- a/mslverify/verify.cpp
+++ b/mslverify/verify.cpp
@@ -28,8 +28,7 @@
     std::string path;
 
     BusMeetsMSL(const std::string& p) : path(p)
-    {
-    }
+    {}
 
     auto operator()(const T& arg)
     {