Skip to content

Commit 341ab2e

Browse files
committed
Fix formatting on jOOQ.qll
1 parent 1f6615b commit 341ab2e

File tree

1 file changed

+1
-3
lines changed
  • java/ql/src/semmle/code/java/frameworks

1 file changed

+1
-3
lines changed

java/ql/src/semmle/code/java/frameworks/jOOQ.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ import java
1010
* https://www.jooq.org/doc/current/manual/sql-building/plain-sql/
1111
*/
1212
private class PlainSQLType extends Annotation {
13-
PlainSQLType() {
14-
this.getType().hasQualifiedName("org.jooq", "PlainSQL")
15-
}
13+
PlainSQLType() { this.getType().hasQualifiedName("org.jooq", "PlainSQL") }
1614
}
1715

1816
/**

0 commit comments

Comments
 (0)