Skip to content

Commit

Permalink
Add missing new line at the end
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Jun 30, 2024
1 parent 9ae0bd8 commit 289eef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inputparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ bool InputParser::cmdOptionExists(const std::string &option) const {
!= this->tokens.end();
}

std::vector <std::string> tokens;
std::vector <std::string> tokens;
2 changes: 1 addition & 1 deletion inputparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class InputParser {
bool cmdOptionExists(const std::string &option) const;
};

#endif // ___INPUTPARSER_H
#endif // ___INPUTPARSER_H

0 comments on commit 289eef2

Please sign in to comment.