mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
zig fmt
This commit is contained in:
@@ -109,7 +109,8 @@ fn report(reason: []const u8, begin_addr: usize) !void {
|
||||
var argv = [_:null]?[*:0]const u8{
|
||||
curl_path[0..curl_path_len :0],
|
||||
"-fsSL",
|
||||
"-H", "Content-Type: application/octet-stream",
|
||||
"-H",
|
||||
"Content-Type: application/octet-stream",
|
||||
"--data-binary",
|
||||
stack[0 .. stack.len - 1 :0],
|
||||
url[0 .. url.len - 1 :0],
|
||||
|
||||
Reference in New Issue
Block a user