mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
autoformat
This commit is contained in:
@@ -130,7 +130,8 @@ class NumericConversion extends ImplicitConversion {
|
||||
or
|
||||
parent instanceof ArithmeticExpr and not parent instanceof AddExpr
|
||||
or
|
||||
parent instanceof CompoundAssignExpr and not (
|
||||
parent instanceof CompoundAssignExpr and
|
||||
not (
|
||||
parent instanceof AssignAddExpr or
|
||||
parent instanceof AssignLogOrExpr or
|
||||
parent instanceof AssignLogAndExpr or
|
||||
|
||||
Reference in New Issue
Block a user