We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc526a commit 9c840e8Copy full SHA for 9c840e8
exporter/src/utils/AlertInfo.cpp
@@ -470,7 +470,8 @@ DEFINE_GETINFO(OtherError) {
470
471
using GetInfoHandler = void(std::string& info, std::string& suggest, std::string addInfo);
472
473
-#define LINE_GETINFO(errorType) {AlertInfoType::errorType, FUNC_GETINFO(errorType)}
+#define LINE_GETINFO(errorType) \
474
+ { AlertInfoType::errorType, FUNC_GETINFO(errorType) }
475
476
static const std::unordered_map<AlertInfoType, std::function<GetInfoHandler>, pag::EnumClassHash>
477
GetInfoByTypeMap = {LINE_GETINFO(UnknownWarning),
0 commit comments