Skip to content

Commit f89068c

Browse files
committed
Fix formatting
1 parent 9cf4fbb commit f89068c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/common/src/codingstandards/cpp/allocations/CustomOperatorNewDelete.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ abstract class OperatorNewOrDelete extends Operator {
3131
/**
3232
* An `operator new` and `operator new[]` function described in [new.delete.single]
3333
* and [new.delete.array], respectively.
34-
*
34+
*
3535
* Note that these do not include [new.delete.placement]. These are captured in
3636
* `PlacementOperatorNew`.
3737
*/

0 commit comments

Comments
 (0)