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

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

@ -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";
}
};
/// @}