mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-08-01 02:06:17 -04:00
zig fmt
This commit is contained in:
@@ -266,7 +266,7 @@ fn _flush(self: *LightPanda, conn: *http.Connection) !void {
|
||||
}
|
||||
|
||||
fn writeEvent(self: *LightPanda, event: telemetry.Event) !bool {
|
||||
return self.writeLine(&EventRow{.event = event});
|
||||
return self.writeLine(&EventRow{ .event = event });
|
||||
}
|
||||
|
||||
fn writeHeader(self: *LightPanda) !bool {
|
||||
|
||||
Reference in New Issue
Block a user