diff --git a/src/Command.cpp b/src/Command.cpp index 98cc5e5..02b7b5c 100644 --- a/src/Command.cpp +++ b/src/Command.cpp @@ -1241,3 +1241,4 @@ CommandOptions::invoke(char* argv[], int argc) { _flash->writeOptions(); } + diff --git a/src/Shell.cpp b/src/Shell.cpp index 07d2255..4ae0a37 100644 --- a/src/Shell.cpp +++ b/src/Shell.cpp @@ -167,4 +167,4 @@ void Shell::add(Command* command) { _commandList.push_back(command); -} \ No newline at end of file +}