Apply GoFmt fixes

This commit is contained in:
Sebastian Serth
2022-08-08 09:52:41 +02:00
committed by Maximilian Paß
parent a841675e7e
commit 021530d5a7

View File

@ -17,6 +17,7 @@ import (
// templateEnvironmentJobHCL holds our default job in HCL format. // templateEnvironmentJobHCL holds our default job in HCL format.
// The default job is used when creating new job and provides // The default job is used when creating new job and provides
// common settings that all the jobs share. // common settings that all the jobs share.
//
//go:embed template-environment-job.hcl //go:embed template-environment-job.hcl
var templateEnvironmentJobHCL string var templateEnvironmentJobHCL string