From 02a5be1120dd46a7b2a4f6c9c513f5472ba5f6ec Mon Sep 17 00:00:00 2001 From: monalisa Date: Fri, 20 Oct 2023 16:30:36 +0200 Subject: [PATCH] fmt --- useragent/cicd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/useragent/cicd.go b/useragent/cicd.go index dda0da1f9..0507418e2 100644 --- a/useragent/cicd.go +++ b/useragent/cicd.go @@ -8,9 +8,9 @@ type envVar struct { } type cicdProvider struct { - // The name of the CI/CD provider. This is the name included in the user + // The name of the CI/CD provider. This is the name included in the user // agent string. - name string + name string // The env vars that are expected to be set in the CI/CD provider's runner. envVars []envVar