Skip to content

Commit 714dc1c

Browse files
committed
run zig fmt
1 parent f8f1270 commit 714dc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsp.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ pub fn bufPrintLogMessage(
15541554
message_type,
15551555
struct {
15561556
fn format(writer: *std.io.Writer, opaque_params: *const anyopaque) std.io.Writer.Error!void {
1557-
return writer.print(fmt, @as(*const @TypeOf(args), @alignCast(@ptrCast(opaque_params))).*);
1557+
return writer.print(fmt, @as(*const @TypeOf(args), @ptrCast(@alignCast(opaque_params))).*);
15581558
}
15591559
}.format,
15601560
&args,

0 commit comments

Comments
 (0)