Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Jan 30, 2019
1 parent 3a6a280 commit df13474
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindgen/ir/types/Type.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ struct CycleNode {
*/
class Type : public std::enable_shared_from_this<Type> {
public:

virtual ~Type() = default;

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

0 comments on commit df13474

Please sign in to comment.