We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca06637 commit 46ff4d5Copy full SHA for 46ff4d5
cpp/ql/src/semmle/code/cpp/models/interfaces/Iterator.qll
@@ -14,5 +14,4 @@ import semmle.code.cpp.models.Models
14
* A function which takes an iterator argument and returns a reference that
15
* can be used to write to the iterator's underlying collection.
16
*/
17
-abstract class IteratorReferenceFunction extends Function {
18
-}
+abstract class IteratorReferenceFunction extends Function { }
0 commit comments