From 7de43fe4eec017790a41f1312c659190baf24f9e Mon Sep 17 00:00:00 2001 From: sterni Date: Tue, 21 Dec 2021 14:55:29 +0100 Subject: style(ops/besadii): run depotfmt Unclear if this reformat is caused by the channel update or if this file was ignored previously. Change-Id: I3498ab181c7fff1b132419783e33a96f7bebfe42 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4520 Autosubmit: sterni Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/besadii/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ops/besadii/main.go') diff --git a/ops/besadii/main.go b/ops/besadii/main.go index 7eb10089dc..685e8d2f83 100644 --- a/ops/besadii/main.go +++ b/ops/besadii/main.go @@ -209,8 +209,8 @@ func triggerBuild(cfg *config, log *syslog.Writer, trigger *buildTrigger) error env["GERRIT_PATCHSET"] = trigger.patchset headBuild = false - // The branch doesn't have to be a real ref (it's just used to - // group builds), so make it the identifier for the CL + // The branch doesn't have to be a real ref (it's just used to + // group builds), so make it the identifier for the CL branch = fmt.Sprintf("cl/%v", strings.Split(trigger.ref, "/")[3]) } -- cgit 1.4.1