Skip to content

Commit 9c840e8

Browse files
committed
code format
1 parent fbc526a commit 9c840e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exporter/src/utils/AlertInfo.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@ DEFINE_GETINFO(OtherError) {
470470

471471
using GetInfoHandler = void(std::string& info, std::string& suggest, std::string addInfo);
472472

473-
#define LINE_GETINFO(errorType) {AlertInfoType::errorType, FUNC_GETINFO(errorType)}
473+
#define LINE_GETINFO(errorType) \
474+
{ AlertInfoType::errorType, FUNC_GETINFO(errorType) }
474475

475476
static const std::unordered_map<AlertInfoType, std::function<GetInfoHandler>, pag::EnumClassHash>
476477
GetInfoByTypeMap = {LINE_GETINFO(UnknownWarning),

0 commit comments

Comments
 (0)