Skip to content

Commit 3356b5e

Browse files
Fix format
1 parent 6f860fc commit 3356b5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

c/misra/src/rules/RULE-17-11/FunctionWithNoReturningBranchShouldBeNoreturn.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ where
2525
not f.isFromUninstantiatedTemplate(_) and
2626
not f.isDeleted() and
2727
not f.isCompilerGenerated()
28-
select f,
29-
"The function " + f.getName() + " cannot return and should be declared as _Noreturn."
28+
select f, "The function " + f.getName() + " cannot return and should be declared as _Noreturn."

0 commit comments

Comments
 (0)