Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Jul 27, 2024
1 parent e392d27 commit 1ce9f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.zig
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn fetch_version_data(allocator: Allocator, requested_version: []const u8, sub_k
pub fn from_version(version: []const u8) !void {
const allocator = tools.get_allocator();

const platform_str = try architecture.platform_str( architecture.DetectParams{
const platform_str = try architecture.platform_str(architecture.DetectParams{
.os = builtin.os.tag,
.arch = builtin.cpu.arch,
.reverse = true,
Expand Down

0 comments on commit 1ce9f0a

Please sign in to comment.