diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index ddf301d56..e507f4036 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -249,7 +249,7 @@ void CmdContext::listContexts (std::stringstream& out) << optionalBlankLine (); } else - throw std::string(STRING_CMD_CONTEXT_LIST_EMPT); + throw std::string (STRING_CMD_CONTEXT_LIST_EMPT); } ////////////////////////////////////////////////////////////////////////////////