mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
respect review comment
remove NOLINT comment
This commit is contained in:
parent
b05e26abd5
commit
a7e6d9f044
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
|||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
// NOLINTNEXTLINE(modernize-use-trailing-return-type)
|
||||
int main(int argc, char** argv) {
|
||||
auto main(int argc, char** argv) -> int {
|
||||
const std::unordered_map<std::string, greeter::LanguageCode> languages{
|
||||
{"en", greeter::LanguageCode::EN},
|
||||
{"de", greeter::LanguageCode::DE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue