Skip to content

Commit 0cd626b

Browse files
Fix format in IntegerConstantMacro.qll
1 parent e3c9d28 commit 0cd626b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/common/src/codingstandards/cpp/IntegerConstantMacro.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ class IntegerConstantMacro extends Macro {
3333
signed = false and result = 0
3434
}
3535

36-
string getRangeString() {
37-
result = minValue().toString() + ".." + maxValue().toString()
38-
}
36+
string getRangeString() { result = minValue().toString() + ".." + maxValue().toString() }
3937
}

0 commit comments

Comments
 (0)