std.debug: fix format on ConfigurableTrace

This commit is contained in:
andrewkraevskii 2025-01-20 02:01:55 +03:00 committed by Alex Rønne Petersen
parent f1f269c6ee
commit f1ce1aff11

View File

@ -1513,7 +1513,7 @@ pub fn ConfigurableTrace(comptime size: usize, comptime stack_frame_count: usize
}
pub fn format(
t: Trace,
t: @This(),
comptime fmt: []const u8,
options: std.fmt.FormatOptions,
writer: anytype,