Skip to content

Commit e790ee7

Browse files
author
edvraa
committed
Fix formatting
1 parent 40e8a90 commit e790ee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

csharp/ql/src/experimental/dataflow/flowsources/AuthCookie.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ abstract private class OnAppendCookieTrackingConfig extends DataFlow::Configurat
175175
node2.asExpr() =
176176
any(PropertyRead pr |
177177
pr.getQualifier() = node1.asExpr() and
178-
pr.getProperty().getDeclaringType() instanceof MicrosoftAspNetCoreCookiePolicyAppendCookieContext
178+
pr.getProperty().getDeclaringType() instanceof
179+
MicrosoftAspNetCoreCookiePolicyAppendCookieContext
179180
)
180181
}
181182
}

0 commit comments

Comments
 (0)