about summary refs log tree commit diff
path: root/ops/besadii/main.go
diff options
context:
space:
mode:
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])
 	}