Skip to content

Commit 1c46a08

Browse files
committed
Address query formatting
1 parent c5c8509 commit 1c46a08

File tree

1 file changed

+1
-1
lines changed
  • cpp/common/src/codingstandards/cpp

1 file changed

+1
-1
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+
}

0 commit comments

Comments
 (0)