Skip to content

Commit 2e136c8

Browse files
committed
Format query
1 parent ec89bac commit 2e136c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/M9-3-3/MemberFunctionConstIfPossible.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class NonConstMemberFunction extends MemberFunction {
4141
* `MemberFunction`s that are not const
4242
* and not `Constructor`s ect as const constructors are
4343
* not a thing in cpp
44-
* also not static because there is no `this` in
44+
* also not static because there is no `this` in
4545
* static `MemberFunction`
4646
*/
4747
class ConstMemberFunctionCandidate extends NonConstMemberFunction {

0 commit comments

Comments
 (0)