Skip to content

Commit df13474

Browse files
committed
Fix formatting
1 parent 3a6a280 commit df13474

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindgen/ir/types/Type.h

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ struct CycleNode {
2222
*/
2323
class Type : public std::enable_shared_from_this<Type> {
2424
public:
25-
2625
virtual ~Type() = default;
2726

2827
virtual std::string str(const LocationManager &locationManager) const = 0;

0 commit comments

Comments
 (0)