Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6c3c2b

Browse files
committed
C++: Auto-format Type.qll.
1 parent 5d80417 commit f6c3c2b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cpp/ql/src/semmle/code/cpp/Type.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,7 @@ class BoolType extends IntegralType {
578578
* ```
579579
*/
580580
class CharType extends IntegralType {
581-
CharType() {
582-
builtintypes(underlyingElement(this), _, [5, 6, 7], _, _, _)
583-
}
581+
CharType() { builtintypes(underlyingElement(this), _, [5, 6, 7], _, _, _) }
584582
}
585583

586584
/**

0 commit comments

Comments
 (0)