Autoformat.

This commit is contained in:
Anders Schack-Mulligen
2021-09-28 13:00:50 +02:00
parent b11cb88a9f
commit e95dc82087
2 changed files with 6 additions and 2 deletions

View File

@@ -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