templates/default/class/dot/superklass.erb in yard-0.9.16 vs templates/default/class/dot/superklass.erb in yard-0.9.17
- old
+ new
@@ -1,3 +1,3 @@
-<% if object.superclass.path != "Object" && object.superclass.path != "BasicObject" %>
- <%= format_path object %> -> <%= format_path object.superclass %>;
+<% if object.superclass.path != "Object" && object.superclass.path != "BasicObject" %>
+ <%= format_path object %> -> <%= format_path object.superclass %>;
<% end %>
\ No newline at end of file