Skip to content

Commit aef63f6

Browse files
committed
Formatting
1 parent 4b30295 commit aef63f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/ql/lib/semmle/code/java/frameworks/android/OnActivityResultSource.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ class OnActivityResultIncomingIntent extends DataFlow::Node {
2828
* Intent to `onActivityResult`.
2929
*/
3030
predicate isRemoteSource() {
31-
exists(ImplicitStartActivityForResultConf conf, RefType startingType, Expr startActivityForResultArg |
31+
exists(
32+
ImplicitStartActivityForResultConf conf, RefType startingType, Expr startActivityForResultArg
33+
|
3234
conf.hasFlowToExpr(startActivityForResultArg) and
3335
// startingType is the class enclosing the method that calls `startActivityForResult`.
3436
startingType = startActivityForResultArg.getEnclosingCallable().getDeclaringType()

0 commit comments

Comments
 (0)