checkother.h: added missing newline in classInfo - fixes tests (#2818)

This commit is contained in:
Oliver Stöneberg 2020-09-21 21:44:46 +02:00 committed by GitHub
parent 107ee57e7a
commit 2e24cc1434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ private:
"- shadow variable.\n"
"- variable can be declared const.\n"
"- calculating modulo of one.\n"
"- known function argument, suspicious calculation.";
"- known function argument, suspicious calculation.\n";
}
};
/// @}