C++: autoformat

This commit is contained in:
Robert Marsh
2020-09-24 14:54:31 -07:00
parent ca06637de0
commit 46ff4d524f

View File

@@ -14,5 +14,4 @@ import semmle.code.cpp.models.Models
* A function which takes an iterator argument and returns a reference that
* can be used to write to the iterator's underlying collection.
*/
abstract class IteratorReferenceFunction extends Function {
}
abstract class IteratorReferenceFunction extends Function { }