Skip to content

Commit 4ecce98

Browse files
committed
Fix query formatting
1 parent cbc1135 commit 4ecce98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/autosar/src/rules/A3-9-1/VariableWidthIntegerTypesUsed.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import codingstandards.cpp.EncapsulatingFunctions
2121
import codingstandards.cpp.BuiltInNumericTypes
2222
import codingstandards.cpp.Type
2323

24-
2524
from Variable v, Type typeStrippedOfSpecifiers
2625
where
2726
not isExcluded(v, DeclarationsPackage::variableWidthIntegerTypesUsedQuery()) and

0 commit comments

Comments
 (0)