Skip to content

Commit 46ff4d5

Browse files
author
Robert Marsh
committed
C++: autoformat
1 parent ca06637 commit 46ff4d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/src/semmle/code/cpp/models/interfaces/Iterator.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ import semmle.code.cpp.models.Models
1414
* A function which takes an iterator argument and returns a reference that
1515
* can be used to write to the iterator's underlying collection.
1616
*/
17-
abstract class IteratorReferenceFunction extends Function {
18-
}
17+
abstract class IteratorReferenceFunction extends Function { }

0 commit comments

Comments
 (0)