mirror of
https://github.com/github/codeql.git
synced 2026-03-01 13:23:49 +01: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