From a9e73969fe9f75831a586ce5994222341ba18341 Mon Sep 17 00:00:00 2001 From: Nick Gooding <73336146+nickgooding@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:45:31 +0100 Subject: [PATCH] Add missing trailing comma --- test/unit/clippy/clippy_test.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/clippy/clippy_test.bzl b/test/unit/clippy/clippy_test.bzl index b5dcd09c2c..e0e6ff7134 100644 --- a/test/unit/clippy/clippy_test.bzl +++ b/test/unit/clippy/clippy_test.bzl @@ -87,7 +87,7 @@ test_clippy_aspect_action_has_warnings_flag_test = make_clippy_aspect_unittest(_ clippy_aspect_with_explicit_flags_test = make_clippy_aspect_unittest( _clippy_aspect_with_explicit_flags_test_impl, config_settings = { - str(Label("//:clippy_flags")): _CLIPPY_EXPLICIT_FLAGS + str(Label("//:clippy_flags")): _CLIPPY_EXPLICIT_FLAGS, }, )