File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal
java/ql/lib/semmle/code/java/dataflow/internal Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments