mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
zig fmt
This commit is contained in:
parent
37cfe3dfd2
commit
9cd521a24f
@ -301,7 +301,7 @@ pub fn generateZirData(self: *Autodoc) !void {
|
||||
var files_iterator = self.files.iterator();
|
||||
|
||||
while (files_iterator.next()) |entry| {
|
||||
const new_html_path = try std.mem.concat(self.arena, u8, &.{entry.key_ptr.*.sub_file_path, ".html"});
|
||||
const new_html_path = try std.mem.concat(self.arena, u8, &.{ entry.key_ptr.*.sub_file_path, ".html" });
|
||||
|
||||
const html_file = try createFromPath(html_dir, new_html_path);
|
||||
defer html_file.close();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user