Skip to content

Commit 71e673e

Browse files
committed
Address query formatting
1 parent c5c8509 commit 71e673e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/common/src/codingstandards/cpp/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ class BitShiftExpr extends BinaryBitwiseOperation {
187187
this instanceof LShiftExpr or
188188
this instanceof RShiftExpr
189189
}
190-
}
190+
}

cpp/common/src/codingstandards/cpp/Literals.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ class Utf32StringLiteral extends StringLiteral {
3131

3232
class LiteralZero extends Literal {
3333
LiteralZero() { this.getValue() = "0" }
34-
}
34+
}

0 commit comments

Comments
 (0)