diff --git a/toolchain/defs.bzl b/toolchain/defs.bzl index e8c1fd9..eee091f 100644 --- a/toolchain/defs.bzl +++ b/toolchain/defs.bzl @@ -367,10 +367,10 @@ def declare_files(os): srcs = [ ":zig", ":" + zig_tool_path(os).format( - zig_tool = "ar", - zigtarget = target_config.zigtarget, - ) - ], + zig_tool = "ar", + zigtarget = target_config.zigtarget, + ), + ], ) filegroup(