| ... | ... | @@ -301,7 +301,7 @@ pub fn generateZirData(self: *Autodoc) !void { |
| 301 | 301 | var files_iterator = self.files.iterator(); |
| 302 | 302 | |
| 303 | 303 | while (files_iterator.next()) |entry| { |
| 304 | | const new_html_path = try std.mem.concat(self.arena, u8, &.{entry.key_ptr.*.sub_file_path, ".html"}); |
| 304 | const new_html_path = try std.mem.concat(self.arena, u8, &.{ entry.key_ptr.*.sub_file_path, ".html" }); |
| 305 | 305 | |
| 306 | 306 | const html_file = try createFromPath(html_dir, new_html_path); |
| 307 | 307 | defer html_file.close(); |