Skip to content

Commit 0aee7f6

Browse files
committed
Ruby: qlformat
1 parent 13300a2 commit 0aee7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/experimental/UnicodeBypassValidationQuery.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ deprecated class Configuration extends TaintTracking::Configuration {
5252
DataFlow::Node nodeFrom, DataFlow::FlowState stateFrom, DataFlow::Node nodeTo,
5353
DataFlow::FlowState stateTo
5454
) {
55-
UnicodeBypassValidationConfig::isAdditionalFlowStep(nodeFrom, this.convertState(stateFrom), nodeTo,
56-
this.convertState(stateTo))
55+
UnicodeBypassValidationConfig::isAdditionalFlowStep(nodeFrom, this.convertState(stateFrom),
56+
nodeTo, this.convertState(stateTo))
5757
}
5858

5959
/* A Unicode Tranformation (Unicode tranformation) is considered a sink when the algorithm used is either NFC or NFKC. */

0 commit comments

Comments
 (0)