Skip to content

Commit 03a325c

Browse files
committed
autoformat
1 parent bae4490 commit 03a325c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/lib/semmle/python/frameworks/Django.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,8 @@ module PrivateDjango {
20662066

20672067
/** Gets a reference to the `django.http.response.HttpResponse.write` function. */
20682068
private DataFlow::TypeTrackingNode write(
2069-
DjangoImpl::DjangoHttp::Response::HttpResponse::InstanceSource instance, DataFlow::TypeTracker t
2069+
DjangoImpl::DjangoHttp::Response::HttpResponse::InstanceSource instance,
2070+
DataFlow::TypeTracker t
20702071
) {
20712072
t.startInAttr("write") and
20722073
instance = DjangoImpl::DjangoHttp::Response::HttpResponse::instance() and

0 commit comments

Comments
 (0)