about summary refs log tree commit diff
path: root/ops/besadii/main.go
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-12-21T13·55+0100
committersterni <sternenseemann@systemli.org>2021-12-21T14·19+0000
commit7de43fe4eec017790a41f1312c659190baf24f9e (patch)
treec371da79fcb652a0df55eefd17a41ce55e9caa80 /ops/besadii/main.go
parentbd9564f5b5f0815741bff2a2d0391e642a18a6d1 (diff)
style(ops/besadii): run depotfmt r/3332
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>
Diffstat (limited to 'ops/besadii/main.go')
-rw-r--r--ops/besadii/main.go4
1 files changed, 2 insertions, 2 deletions
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])
 	}