From 66b9635ca80793865b682c5b7c4cf6e0d41ea5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 13 Dec 2022 18:26:56 +0200 Subject: [PATCH] lint --- toolchain/defs.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(