remove whitespace at end of line
This commit is contained in:
@ -2107,7 +2107,7 @@ int TestConnections::call_mdbci(const char * options)
|
||||
system((std::string("mdbci public_keys --key ") +
|
||||
team_keys +
|
||||
std::string(" ") +
|
||||
std::string(mdbci_config_name)).c_str() );
|
||||
std::string(mdbci_config_name)).c_str());
|
||||
|
||||
read_env();
|
||||
if (repl)
|
||||
|
Reference in New Issue
Block a user