mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01: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