Skip to content

Commit

Permalink
Applied clang format Re #23035
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Andrew committed Jul 24, 2018
1 parent f494448 commit b41d986
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Framework/Kernel/src/ErrorReporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,14 @@ std::string ErrorReporter::generateErrorMessage() {

message["exitCode"] = m_exitCode;

if(m_share){
if (m_share) {
message["email"] = m_email;
message["name"] = m_name;
}
else {
} else {
message["email"] = "";
message["name"] = "";
}

::Json::FastWriter writer;
return writer.write(message);
}
Expand Down

0 comments on commit b41d986

Please sign in to comment.