mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Fix formatting on jOOQ.qll
This commit is contained in:
@@ -10,9 +10,7 @@ import java
|
||||
* https://www.jooq.org/doc/current/manual/sql-building/plain-sql/
|
||||
*/
|
||||
private class PlainSQLType extends Annotation {
|
||||
PlainSQLType() {
|
||||
this.getType().hasQualifiedName("org.jooq", "PlainSQL")
|
||||
}
|
||||
PlainSQLType() { this.getType().hasQualifiedName("org.jooq", "PlainSQL") }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user