Skip to content

Commit 7895a58

Browse files
committed
Ruby: Autoformat
1 parent a9e1e72 commit 7895a58

File tree

1 file changed

+3
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks/http_clients

1 file changed

+3
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/http_clients/Faraday.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ private class FaradayDisablesCertificateValidationConfiguration extends DataFlow
8888
this = "FaradayDisablesCertificateValidationConfiguration"
8989
}
9090

91-
override predicate isSource(DataFlow::Node source, DataFlowImplForHttpClientLibraries::FlowState state) {
91+
override predicate isSource(
92+
DataFlow::Node source, DataFlowImplForHttpClientLibraries::FlowState state
93+
) {
9294
source.asExpr().getExpr().(BooleanLiteral).isFalse() and
9395
state = "verify"
9496
or

0 commit comments

Comments
 (0)