Skip to content

Commit 495b32e

Browse files
Add newline to EOF
1 parent 88872a4 commit 495b32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/A1-1-2/CompilerWarningLevelNotInCompliance.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ from File f
3131
where
3232
not isExcluded(f, ToolchainPackage::compilerWarningLevelNotInComplianceQuery()) and
3333
exists(CompilationWithNoWarnings c | f = c.getAFileCompiled() | not hasResponseFileArgument(c))
34-
select f, "No warning-level options were used in the compilation of '" + f.getBaseName() + "'."
34+
select f, "No warning-level options were used in the compilation of '" + f.getBaseName() + "'."

0 commit comments

Comments
 (0)