We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c9d28 commit 0cd626bCopy full SHA for 0cd626b
cpp/common/src/codingstandards/cpp/IntegerConstantMacro.qll
@@ -33,7 +33,5 @@ class IntegerConstantMacro extends Macro {
33
signed = false and result = 0
34
}
35
36
- string getRangeString() {
37
- result = minValue().toString() + ".." + maxValue().toString()
38
- }
+ string getRangeString() { result = minValue().toString() + ".." + maxValue().toString() }
39
0 commit comments