templates/default/module/dot/header.erb in yard-0.9.16 vs templates/default/module/dot/header.erb in yard-0.9.17

- old
+ new

@@ -1,6 +1,6 @@ -subgraph cluster_<%= format_path object %> { - label = "<%= h(object.name) unless object.path == "" %>"; labelloc=b; - <% for obj in @modules %> - <%= yieldall :object => obj %> - <% end %> -} +subgraph cluster_<%= format_path object %> { + label = "<%= h(object.name) unless object.path == "" %>"; labelloc=b; + <% for obj in @modules %> + <%= yieldall :object => obj %> + <% end %> +}