Skip to content

Commit 359bc5e

Browse files
authored
Python: Autoformat
1 parent b55c034 commit 359bc5e

File tree

1 file changed

+1
-3
lines changed
  • python/ql/src/Security/CWE-327

1 file changed

+1
-3
lines changed

python/ql/src/Security/CWE-327/Ssl.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ API::Node sslContextInstance() {
4242
class WrapSocketCall extends ConnectionCreation, DataFlow::MethodCallNode {
4343
WrapSocketCall() { this = sslContextInstance().getMember("wrap_socket").getACall() }
4444

45-
override DataFlow::Node getContext() {
46-
result = this.getReceiver()
47-
}
45+
override DataFlow::Node getContext() { result = this.getReceiver() }
4846
}
4947

5048
class OptionsAugOr extends ProtocolRestriction, DataFlow::CfgNode {

0 commit comments

Comments
 (0)