CmdDiagnostics: Remove redundant nesting
This commit is contained in:
committed by
Paul Beckingham
parent
22368b9a40
commit
0693f3cfc4
@@ -337,7 +337,7 @@ int CmdDiagnostics::execute (std::string& output)
|
||||
// Verify UUIDs are all unique.
|
||||
out << bold.colorize (STRING_CMD_DIAG_TESTS)
|
||||
<< "\n";
|
||||
{
|
||||
|
||||
// Determine terminal details.
|
||||
const char* term = getenv ("TERM");
|
||||
out << " $TERM: "
|
||||
@@ -376,7 +376,6 @@ int CmdDiagnostics::execute (std::string& output)
|
||||
out << " " << STRING_CMD_DIAG_UUID_NO_DUP
|
||||
<< "\n";
|
||||
}
|
||||
}
|
||||
|
||||
out << "\n";
|
||||
output = out.str ();
|
||||
|
||||
Reference in New Issue
Block a user