mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Remove superfluous parens
This commit is contained in:
@@ -242,13 +242,13 @@ class TestCase extends TTestCase {
|
|||||||
(i = -1 or exists(callable.getParameter(i))) and
|
(i = -1 or exists(callable.getParameter(i))) and
|
||||||
if baseInput = SummaryComponentStack::argument(i)
|
if baseInput = SummaryComponentStack::argument(i)
|
||||||
then result = "in"
|
then result = "in"
|
||||||
else (
|
else
|
||||||
if baseOutput = SummaryComponentStack::argument(i)
|
if baseOutput = SummaryComponentStack::argument(i)
|
||||||
then result = "out"
|
then result = "out"
|
||||||
else (
|
else
|
||||||
if i = -1 then result = "instance" else result = this.getFiller(i)
|
if i = -1
|
||||||
)
|
then result = "instance"
|
||||||
)
|
else result = this.getFiller(i)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user