mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Java: Autoformat qls.
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
|
||||
import java
|
||||
|
||||
class CharType extends PrimitiveType { CharType() { this.hasName("char") } }
|
||||
class CharType extends PrimitiveType {
|
||||
CharType() { this.hasName("char") }
|
||||
}
|
||||
|
||||
private Type getABranchType(ConditionalExpr ce) {
|
||||
result = ce.getTrueExpr().getType() or
|
||||
|
||||
Reference in New Issue
Block a user