Skip to content

Commit e95dc82

Browse files
committed
Autoformat.
1 parent b11cb88 commit e95dc82

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ module Private {
186186
TArgumentSummaryComponent(int i) { parameterPosition(i) } or
187187
TReturnSummaryComponent(ReturnKind rk)
188188

189-
private TSummaryComponent thisParam() { result = TParameterSummaryComponent(instanceParameterPosition()) }
189+
private TSummaryComponent thisParam() {
190+
result = TParameterSummaryComponent(instanceParameterPosition())
191+
}
190192

191193
newtype TSummaryComponentStack =
192194
TSingletonSummaryComponentStack(SummaryComponent c) or

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ module Private {
186186
TArgumentSummaryComponent(int i) { parameterPosition(i) } or
187187
TReturnSummaryComponent(ReturnKind rk)
188188

189-
private TSummaryComponent thisParam() { result = TParameterSummaryComponent(instanceParameterPosition()) }
189+
private TSummaryComponent thisParam() {
190+
result = TParameterSummaryComponent(instanceParameterPosition())
191+
}
190192

191193
newtype TSummaryComponentStack =
192194
TSingletonSummaryComponentStack(SummaryComponent c) or

0 commit comments

Comments
 (0)