Skip to content

Commit 4afcbb1

Browse files
committed
Swift: Autoformat.
1 parent 3a13759 commit 4afcbb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift/ql/lib/codeql/swift/security/SqlInjectionExtensions.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ private class GrdbDefaultSqlInjectionSink extends SqlInjectionSink {
150150
/**
151151
* A parameter that might be executed as SQL.
152152
*/
153-
pragma[noinline] predicate sqlLikeHeuristic(Callable f, int ix, ParamDecl pd) {
153+
pragma[noinline]
154+
predicate sqlLikeHeuristic(Callable f, int ix, ParamDecl pd) {
154155
pd.getName() = "sql" and
155156
pd = f.getParam(ix)
156157
}

0 commit comments

Comments
 (0)