Skip to content

Commit

Permalink
Rust: Autoformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffw0 committed Nov 29, 2024
1 parent 1fc112e commit e9deec7
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ private import codeql.swift.dataflow.FlowSteps
*/
private class RawRepresentableSummaries extends SummaryModelCsv {
override predicate row(string row) {
row = [
";RawRepresentable;true;init(rawValue:);;;Argument[0];ReturnValue;taint",
";OptionSet;true;init(rawValue:);;;Argument[0];ReturnValue;taint"
]
row =
[
";RawRepresentable;true;init(rawValue:);;;Argument[0];ReturnValue;taint",
";OptionSet;true;init(rawValue:);;;Argument[0];ReturnValue;taint"
]
}
}

Expand Down

0 comments on commit e9deec7

Please sign in to comment.