glfw: zig fmt
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c16d6bf615
commit
6b9c28cec1
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ fn getSdkRoot(allocator: *std.mem.Allocator, org: []const u8, name: []const u8)
|
|||
|
||||
var buf: [1000]u8 = undefined;
|
||||
var repo_url_fbs = std.io.fixedBufferStream(&buf);
|
||||
try std.fmt.format(repo_url_fbs.writer(), "https://github.com/{s}/{s}", .{org, name});
|
||||
try std.fmt.format(repo_url_fbs.writer(), "https://github.com/{s}/{s}", .{ org, name });
|
||||
|
||||
const argv = &[_][]const u8{ "git", "clone", repo_url_fbs.getWritten() };
|
||||
const child = try std.ChildProcess.init(argv, allocator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue