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 <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
sterni 2021-12-21 14:55:29 +01:00
parent bd9564f5b5
commit 7de43fe4ee

View file

@ -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])
}