X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.cpp;h=1a01d3718f33fa02ee7f475323d704e135130fea;hb=19b2ab858fcf2684213f741a0e7ac9c727f06362;hp=459ac5cfe8d0d79ff86569c4c090a0ae84d6c52c;hpb=905cc2b0bd18c5ce611b048d785e93859865a5ea;p=mothur.git diff --git a/nocommands.cpp b/nocommands.cpp index 459ac5c..1a01d37 100644 --- a/nocommands.cpp +++ b/nocommands.cpp @@ -22,8 +22,8 @@ NoCommand::~NoCommand(){} int NoCommand::execute(){ //Could choose to give more help here?fdsah cout << "Invalid command.\n"; - - CommandFactory* valid = CommandFactory::getInstance(); + + CommandFactory* valid = CommandFactory::getInstance(); valid->printCommands(cout); return 0;