Skip to content

Commit e9deec7

Browse files
committed
Rust: Autoformat.
1 parent 1fc112e commit e9deec7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/RawRepresentable.qll

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ private import codeql.swift.dataflow.FlowSteps
1212
*/
1313
private class RawRepresentableSummaries extends SummaryModelCsv {
1414
override predicate row(string row) {
15-
row = [
16-
";RawRepresentable;true;init(rawValue:);;;Argument[0];ReturnValue;taint",
17-
";OptionSet;true;init(rawValue:);;;Argument[0];ReturnValue;taint"
18-
]
15+
row =
16+
[
17+
";RawRepresentable;true;init(rawValue:);;;Argument[0];ReturnValue;taint",
18+
";OptionSet;true;init(rawValue:);;;Argument[0];ReturnValue;taint"
19+
]
1920
}
2021
}
2122

0 commit comments

Comments
 (0)