Skip to content

Commit c284fcc

Browse files
committed
more writergate
1 parent 0752c9d commit c284fcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/root.zig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ pub const HtmlSafe = struct {
1313

1414
pub fn format(
1515
self: HtmlSafe,
16-
comptime fmt: []const u8,
17-
options: std.fmt.FormatOptions,
1816
out_stream: *Writer,
1917
) !void {
20-
_ = options;
21-
_ = fmt;
2218
for (self.bytes) |b| {
2319
switch (b) {
2420
'&' => try out_stream.writeAll("&"),

0 commit comments

Comments
 (0)