mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Autoformat.
This commit is contained in:
@@ -186,7 +186,9 @@ module Private {
|
||||
TArgumentSummaryComponent(int i) { parameterPosition(i) } or
|
||||
TReturnSummaryComponent(ReturnKind rk)
|
||||
|
||||
private TSummaryComponent thisParam() { result = TParameterSummaryComponent(instanceParameterPosition()) }
|
||||
private TSummaryComponent thisParam() {
|
||||
result = TParameterSummaryComponent(instanceParameterPosition())
|
||||
}
|
||||
|
||||
newtype TSummaryComponentStack =
|
||||
TSingletonSummaryComponentStack(SummaryComponent c) or
|
||||
|
||||
Reference in New Issue
Block a user