Skip to content

Commit c22c060

Browse files
committed
Fix formatting
1 parent c36bbe7 commit c22c060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/autosar/src/rules/A7-2-2/EnumerationUnderlyingBaseTypeNotExplicitlyDefined.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import cpp
1919
import codingstandards.cpp.autosar
2020
import codingstandards.cpp.rules.enumerationnotdefinedwithanexplicitunderlyingtype.EnumerationNotDefinedWithAnExplicitUnderlyingType
2121

22-
class EnumerationUnderlyingBaseTypeNotExplicitlyDefinedQuery extends EnumerationNotDefinedWithAnExplicitUnderlyingTypeSharedQuery {
22+
class EnumerationUnderlyingBaseTypeNotExplicitlyDefinedQuery extends EnumerationNotDefinedWithAnExplicitUnderlyingTypeSharedQuery
23+
{
2324
EnumerationUnderlyingBaseTypeNotExplicitlyDefinedQuery() {
2425
this = DeclarationsPackage::enumerationUnderlyingBaseTypeNotExplicitlyDefinedQuery()
2526
}

0 commit comments

Comments
 (0)