Skip to content

Commit 707f168

Browse files
committed
Fix formatting
1 parent b86bd5f commit 707f168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/common/src/codingstandards/cpp/rules/containeraccesswithoutrangecheck/ContainerAccessWithoutRangeCheck.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ class StringContainerConstructorCall extends ContainerConstructorCall {
199199
c.getParameter(1).getType() = stringInstantiation.getConstAllocatorReferenceType() and
200200
result = getArgument(0).getValue().length()
201201
or
202-
203202
// Lower bound of an explicit size argument
204203
result = lowerBound(getInitialContainerSizeExpr().getFullyConverted())
205204
}

0 commit comments

Comments
 (0)